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 03ee02c):
ERROR: NullableReturnStatement - 9:12 - The declared return type 'object' for a is not nullable, but the function returns 'null|object'
ERROR: InvalidNullableReturnType - 5:29 - The declared return type 'object' for a is not nullable, but 'null|object' contains null
https://psalm.dev/r/cdff4f688e
All three functions should be without a warning as they all behave the same.
The text was updated successfully, but these errors were encountered: