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
The recent changes now incorrectly require a @psalm-pure annotation on all abstract methods and interface methods, which is obviously wrong, as it forces all implementations to be pure too @danog