Vincent Langlet
Vincent Langlet
> the unit test failures looks related to some changes in the jetbrains stubs. I don't know if that was intentional of them or not, and it's worth noting that...
> The missing symbols can be added to [`main`/src/Symbol/Reflector.php](https://github.com/humbug/php-scoper/blob/main/src/Symbol/Reflector.php?rgh-link-date=2024-08-30T13%3A10%3A15Z) Done @theofidry
> Thank you @VincentLanglet! Thanks you too. I rebased https://github.com/humbug/php-scoper/pull/1061
> Thank you @VincentLanglet, I'll try to check the CI ASAP to fix it to get this merged Should I fix the test on this PR @theofidry ? It seems...
> @VincentLanglet the CS yes (I think it's related), but the test failures looks unrelated so in a different MR. Sorry I'm a bit overwhelmed IRL between visists and moving...
The PR https://github.com/JetBrains/phpstorm-stubs/pull/1741 might be wrong ; do you want to provide a PR to revert it @Jean85 ? But then, we'll get the always true issue reported by https://phpstan.org/r/a7bb5a31-9cb5-4f07-8ca7-a3d266ad1107...
PR on PHPstorm is merged, the PR on PHPStan is ready https://github.com/phpstan/phpstan-src/pull/4029
Didn't really follow this subject but I would say to be careful when introducing generics on a plugin: Other tools (for instance PHPStan) will not support this generic until someone...
> The issue is that PHPStan doesn't yet support nested generics (I think this is the correct term) like one in `AbstractController`. For example: > > ``` > $data =...
> Did you have problems with them, assuming event listeners were used? If so, can you paste an example? I essentially had problem because stub was added to PHPStan or...