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
A static class property, after having been initialized as an empty array, is modified, e.g. by method calls of the same class or PHPUnit mock object callbacks in the same class. Yet PHPStan still believes the array is empty. Example output: Offset (int|string) does not exist on array().