You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Psalm output (using commit c3cc906):
INFO: UnusedVariable - 4:5 - $a is never referenced or the value is not used
INFO: UnusedVariable - 7:5 - $b is never referenced or the value is not used
ERROR: UndefinedGlobalVariable - 10:10 - Cannot find referenced variable $a in global scope
INFO: MixedOperand - 10:10 - Left operand cannot be mixed
ERROR: UndefinedGlobalVariable - 11:10 - Cannot find referenced variable $b in global scope
INFO: MixedOperand - 11:10 - Left operand cannot be mixed
Variables in PHP are not namespaced. In other words, namespaces share
the context with the file they are located in.
See https://3v4l.org/2qvrCFixesvimeo#8778
Variables in PHP are not namespaced. In other words, namespaces share
the context with the file they are located in.
See https://3v4l.org/2qvrCFixes#8778
https://psalm.dev/r/0cbef292cd
https://3v4l.org/2qvrC
The text was updated successfully, but these errors were encountered: