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

Unexpected: Cannot call method callB() on b|null. #4588

Closed
staabm opened this issue Feb 22, 2021 · 4 comments
Closed

Unexpected: Cannot call method callB() on b|null. #4588

staabm opened this issue Feb 22, 2021 · 4 comments
Labels
Milestone

Comments

@staabm
Copy link
Contributor

staabm commented Feb 22, 2021

Bug report

Unexpected: Cannot call method callB() on b|null.

Code snippet that reproduces the problem

https://phpstan.org/r/5a99ead8-2a1a-4421-8486-d4265729c82d

Expected output

no error

@staabm
Copy link
Contributor Author

staabm commented Feb 22, 2021

Ohh I guess its a purity thing..

@ondrejmirtes ondrejmirtes added this to the Easy fixes milestone Feb 24, 2021
@phpstan-bot
Copy link
Contributor

@staabm After the latest commit in dev-master, PHPStan now reports different result with your code snippet:

@@ @@
+PHP 7.2 – 8.0
+==========
+
+No errors
+
+PHP 7.1 (1 error)
+==========
+
 19: Cannot call method callB() on b|null.
Full report

PHP 7.2 – 8.0

No errors

PHP 7.1 (1 error)

Line Error
19 `Cannot call method callB() on b

@ondrejmirtes
Copy link
Member

Fixed: phpstan/phpstan-src@d4edc59

@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 Apr 29, 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

3 participants