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
when iterating over Something&Traversable<X, Y> the key should be of type K, and the value of type Y, however, phpstan seems to incorrectly thing the iterable is an empty array.