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
Since 3.10 this code breaks. https://psalm.dev/r/94b8f284f0
It's certainly right that an abstract static method cannot be called from the abstract class itself, but how can I tell psalm that I have an array of implementing class names?
The text was updated successfully, but these errors were encountered:
Since 3.10 this code breaks. https://psalm.dev/r/94b8f284f0
It's certainly right that an abstract static method cannot be called from the abstract class itself, but how can I tell psalm that I have an array of implementing class names?
The text was updated successfully, but these errors were encountered: