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

Incorrect "isset() always exists and is not nullable" in a try catch finally block #3004

Closed
ls-apaar-mann opened this issue Feb 18, 2020 · 4 comments

Comments

@ls-apaar-mann
Copy link

ls-apaar-mann commented Feb 18, 2020

Bug report

Code snippet that reproduces the problem

https://phpstan.org/r/8dd43f1e-0209-471b-bf39-895be1b1a9b5

Expected output

No error.

@eigan
Copy link

eigan commented Sep 17, 2020

Duplicate of #778

@phpstan-bot
Copy link
Contributor

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

@@ @@
-12: Variable $a in isset() always exists and is not nullable.
+No errors

@ondrejmirtes
Copy link
Member

Fixed by: phpstan/phpstan-src#481

@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

4 participants