We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For some reason a yielding closure as well as the generator returned upon invocation may falsely pass return type checks.
https://phpstan.org/r/5970e2e2-0aad-4927-8938-3f7d83e73a95
Both return statements should trigger an error due the returned values not being integers.
Yes :), cf. #12363 (comment).
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug report
For some reason a yielding closure as well as the generator returned upon invocation may falsely pass return type checks.
Code snippet that reproduces the problem
https://phpstan.org/r/5970e2e2-0aad-4927-8938-3f7d83e73a95
Expected output
Both return statements should trigger an error due the returned values not being integers.
Did PHPStan help you today? Did it make you happy in any way?
Yes :), cf. #12363 (comment).
The text was updated successfully, but these errors were encountered: