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 902a019):
INFO: Trace - 11:5 - $a: array{label?: false|null|string, type?: string, ...<string, mixed>}
INFO: Trace - 17:5 - $a: array{label?: false|mixed|null|string, type?: mixed|string, ...<string, mixed>}
INFO: UnusedVariable - 11:5 - $a is never referenced or the value is not used
INFO: UnusedVariable - 17:5 - $a is never referenced or the value is not used
INFO: MissingReturnType - 9:10 - Method foo does not have a return type, expecting void
https://psalm.dev/r/18d1dfabd5
After the
isset
check, every values are considered as mixed by psalm.The text was updated successfully, but these errors were encountered: