-
-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to PHPParser 5 and PHPStan 2 #6431
base: main
Are you sure you want to change the base?
Conversation
upgrading it currently got error:
will continue trying. |
Register |
Correct 👍 |
6992147
to
c183f3c
Compare
PHPStan RichParser seems cause error on read curly array:
I will try if it possible to use native PHPParser Parser. |
use simple parser for defaultAnalysisParser, with native parser php 7.0 469b596 Before
After
This needs to fallback to php 8.0 feature as well, I will continue :) |
6acb52e
to
3bb03c6
Compare
I got it, using |
Require patch branch of vendor-patches
Ref rectorphp/rector#8815