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 d0be59e):
ERROR: OverriddenFinalConstant - 4:24 - SOMETHING cannot be overridden because it is marked as final in TestInterface
I have an interface with a series of final constants, and I'm getting errors for every single implementation of it.
Recreated here: https://psalm.dev/r/6200ceb1fe
The text was updated successfully, but these errors were encountered: