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
There are two classes, A and B, implementing interface I.
I have a Queue<I>
When I pop an item from Queue and assert item is of type A, then phpstan thinks all following popped items are of type A. However following popped items can be of any type implementing I.