Closed jordisala1991 closed 2 years ago
could you verify if the issue exists in "rector/rector": "dev-main"
?
Yes, with dev branch it works.
We'll release a new version today 👍
rector 0.12.22 released https://github.com/rectorphp/rector/releases/tag/0.12.22 . I am closing it ;)
Bug Report
Since the new release of PHPStan 1.6.0, with PHPStan strict rules 1.2.0, rector no longer works.
Probably the related commit here: https://github.com/phpstan/phpstan-strict-rules/commit/afbe1e3235c51ee3f10ba4c8b32449099016ea02
Minimal PHP Code Causing Issue
https://github.com/sonata-project/SonataAdminBundle/pull/7795
Expected Behaviour
No errors and normal rector run.