-
-
Notifications
You must be signed in to change notification settings - Fork 947
[variable.undefined] Variable $wow might not be defined. #13353
Copy link
Copy link
Closed
phpstan/phpstan-src
#4787Closed
Copy link
Labels
Milestone
Description
Bug report
When I use isset() on a variable variable, PHPStan reports the variable might be undefined while this is exactly what I'm trying to check.
Code snippet that reproduces the problem
Expected output
No error.
Did PHPStan help you today? Did it make you happy in any way?
This is the first issue I can report about PHPStan while we've been using it for years. Impressive!
Reactions are currently unavailable