-
-
Notifications
You must be signed in to change notification settings - Fork 698
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
Rector crashes with PHPStan 1.10.55 #8395
Comments
You can try latest
|
I can confirm that there are no crashes with the |
@X-Coder264 I'll look into tagging today to tomorrow, to fix this one. We'll heading towards 0.19 release, as there was change in namespace for Core classes. |
Rector 0.19.0 released https://github.com/rectorphp/rector/releases/tag/0.19.0 |
Is there any fix for 0.18.x version of rector for this? |
@alexander-schranz The PHPStan BC break came in a time we've also done change in Rector namespace, so no. We could do such release, but it would miss other dozens of fixes we've done in coming up to 0.19. Bump to Rector 0.19 and let us know what you need help with 👍 |
Thought that. I currently conflict the Thx for the quick response. |
can you bump packagist? still on 0.18.6 |
@devin-purple you can bump your composer.json to use `"rector/rector": "^0.19" |
@devin-purple Composer follows Semantic Versioning when you use |
…8395)) that was resolved in `^0.19.0`, resolves ([craftcms#18](craftcms#18))
fix: Fix upstream issue in `rector/rector` ([#8395](rectorphp/rector#8395)) that was resolved in `^0.19.0`, resolves ([#18](#18))
Bug Report
Updating from PHPStan 1.10.54 to 1.10.55 causes Rector to crash.
If I add the
disableParallel
call in my Rector config and I re-run it then I get a bunch of these errors in the output:The text was updated successfully, but these errors were encountered: