phpstan-src icon indicating copy to clipboard operation
phpstan-src copied to clipboard

Test PHP-Parser 5

Open ondrejmirtes opened this issue 1 year ago • 2 comments
trafficstars

This branch is named 2.0.x because PHP-Parser will be supported in PHPStan 2.0. But the release of PHPStan 2.0 is months away and will be out some time in 2024.

ondrejmirtes avatar Dec 22 '23 13:12 ondrejmirtes

You've opened the pull request against the latest branch 1.11.x. If your code is relevant on 1.10.x and you want it to be released sooner, please rebase your pull request and change its target to 1.10.x.

phpstan-bot avatar Dec 22 '23 13:12 phpstan-bot

just a side-note: in roave/BetterReflection updating to PHP-Parser 5 yielded memory improvements.

it might be worth measuring performance metrics when this PR is ready to merge

staabm avatar Mar 19 '24 10:03 staabm