-
-
Notifications
You must be signed in to change notification settings - Fork 708
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
Could not process
after update to 0.6.14
#2837
Comments
There's also:
|
Looks like first error appear when I have method with public function getItems(): iterable {
return $this->items;
} |
Duplicate of #2749 We're now waiting for new relase of PHPStan, where it should be fixed |
@TomasVotruba thanks! |
TomasVotruba
added a commit
that referenced
this issue
Aug 24, 2022
rectorphp/rector-src@d894ccc [DeadCode] Skip object shape pseudo-type in RemoveNonExistingVarAnnotationRector (#2837)
TomasVotruba
added a commit
that referenced
this issue
Aug 24, 2022
rectorphp/rector-src@d894ccc [DeadCode] Skip object shape pseudo-type in RemoveNonExistingVarAnnotationRector (#2837)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vendor/bin/rector --version
)php -v
)Current Behaviour
After update from 0.6.13 to 0.6.14 I get a lot of errors like:
I use prefixed version.
The text was updated successfully, but these errors were encountered: