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 6af3b50):
INFO: Trace - 18:25 - $var: array<array-key, A>
INFO: Trace - 21:26 - $var2: array<array-key, never>
INFO: UnusedVariable - 17:1 - $var is never referenced or the value is not used
INFO: UnusedVariable - 20:1 - $var2 is never referenced or the value is not used
Same root problem as #5753, static functions currently don't allow templates. Maybe we should add an InvalidDocblock error when it's attempted until we actually support it?
Version I found this behaviour: 4.20
https://psalm.dev/r/d68f60cae1
The text was updated successfully, but these errors were encountered: