Results 29 comments of DanielEScherzer

> For native PHP attributes, this is likely to lead to a Fatal Error on the PHP versions which didn't allow for the "new" construct yet, so I believe PHPCompatibility...

I understand that `php-ext` and `default-branch` are not for use in normal packages, but the fact that the documentation page says that > This chapter will explain **all** of the...

Confirmed to still be an issue in phan 5.4.1, [demo](https://phan.github.io/demo/?code=%3C%3Fphp%0Aclass+Base+%7B%7D%0A%0Aclass+Child+extends+Base+%7B%0A++++public+function+someMethod%28%29+%7B%0A++++++++parent%3A%3AsomeMethod%28%29%3B%0A++++%7D%0A%7D%0A)

Cross link 0ee47fb292be8142f359c5ae94472a508a69ba6d where the other years were updated

Completely untested, just stumbled across this repo and realized that af8e7000d3ce17a12dcc5cced3f636538fd7299a added the new case to `::getClass()` but not to `::testThrowAll()`

Just ran into this issue and was about to report it, thanks for sending a patch

will merge in a few days if there are no other reviews

I've generated an initial list of things to document based on the UPGRADING from 8.5.0RC1, excluding the performance improvements section

Making it easier to identify the original version of the message and link to it without the whole rest of the thread on the screen