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

Iterator in foreach never returns null even if current() is nullable #5828

Closed
tomasfejfar opened this issue Oct 24, 2021 · 2 comments
Closed

Comments

@tomasfejfar
Copy link
Contributor

Bug report

Code snippet that reproduces the problem

https://phpstan.org/r/c7a2a195-b481-4cbe-9888-1bd4630b71b1

Expected output

No problem, because the current() is internally used only only after checking that the next item exists. So it always returns Row, never null.

Did PHPStan help you today? Did it make you happy in any way?

Yes, I'm fixing a lot of stuff and it gets me excited that my work will be much easier in the future!

@ondrejmirtes
Copy link
Member

This is very close to: #5817

@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 Nov 25, 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