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 594ef4f):
ERROR: InvalidPropertyAssignmentValue - 20:23 - $foo->magicPropType with declared type 'self::TYPE_*' cannot be assigned type '"foo"'
It seems that enum types for magic-properties are not supported, and only for params and var declarations.
https://psalm.dev/r/873cbfdc08
The text was updated successfully, but these errors were encountered: