-
-
Notifications
You must be signed in to change notification settings - Fork 947
Incorrect variable may not be defined #1865
Copy link
Copy link
Closed
Labels
Milestone
Description
Summary of a problem or a feature request
"Variable $key might not be defined." reported incorrectly. The $key variable is a scalar bool value (not a reference) and it is assigned only once.
Code snippet that reproduces the problem
Expected output
Do not report this.
Reactions are currently unavailable