Skip to content
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

False positive: Generator actually has a method throw() #3683

Closed
corphi opened this issue Jul 29, 2020 · 2 comments
Closed

False positive: Generator actually has a method throw() #3683

corphi opened this issue Jul 29, 2020 · 2 comments

Comments

@corphi
Copy link

corphi commented Jul 29, 2020

Bug report

The current version (0.12.33) complains that Generator doesn't have a method throw(). Version 0.12.32 didn't have this issue. It seems to only happen when the Generator type is declared.

Code snippet that reproduces the problem

With type declaration:
https://phpstan.org/r/2e1b8339-5519-4e10-9994-f034d125d2ab

Without it:
https://phpstan.org/r/f69069bc-daee-408b-a39f-d65c23a18eab

Expected output

No error should be reported.

@ondrejmirtes
Copy link
Member

Fixed: phpstan/phpstan-src@153c874

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants