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 there is a method that uses static variables, then there are multiple solutions
Redeclare the method (or caching portion of this method) in each subclass and link to the bugs
Use a protected/private static variable ( array mapping (possibly type) and fully qualified name to the signature)
Or use a public static variable(array), redeclared in each subclass, accessed with static::$map