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 08afc45):
ERROR: ParseError - 15:1 - Syntax error, unexpected T_VARIABLE on line 15
ERROR: ParseError - 20:1 - Syntax error, unexpected T_VARIABLE on line 20
INFO: UnusedParam - 8:21 - Param s is never referenced in this method
INFO: Trace - 15:1 - $a: float
INFO: Trace - 20:1 - $a: float|int
INFO: UnusedVariable - 15:1 - $a is never referenced or the value is not used
INFO: UnusedVariable - 20:1 - $a is never referenced or the value is not used
Similar to #10911
The reproducer can be https://psalm.dev/r/e9071d2408
The text was updated successfully, but these errors were encountered: