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
Once generic types are added upstream in Symfony itself, the stubs should not be loaded again to override them, so that the official type definitions are used.
phpstan-doctrine already has a similar logic to prefer using the official generic types instead of stubbing them.