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
If a trait method uses parent::theSameMethod() to call a method on the parent class of the class where the trait is used, Psalm triggers MoreSpecificReturnType even though static should never be too specific.