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
In the code snippet you can see an array is passed to array_column where we return all values from array key 3..
Since the array passed skipped array key 3.. it will return an empty array
But according to PHPStan the value now cannot ever be empty at that point..