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 in condition with null-safe operator #4757

Closed
janlanger opened this issue Mar 29, 2021 · 3 comments
Closed

False positive in condition with null-safe operator #4757

janlanger opened this issue Mar 29, 2021 · 3 comments
Labels
Milestone

Comments

@janlanger
Copy link
Contributor

Bug report

When null-safe operator ?-> call is used in condition and same variable is later used inside that condition, PHPStan reports Cannot call method bar() on Foo|null. But variable cannot be null at that point.

Code snippet that reproduces the problem

https://phpstan.org/r/23989351-570f-4155-99eb-e911b9c8523e

Expected output

No error reported

@ondrejmirtes ondrejmirtes added this to the Easy fixes milestone Mar 29, 2021
@ondrejmirtes
Copy link
Member

@ondrejmirtes
Copy link
Member

Fixed: phpstan/phpstan-src@6622401

@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 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants