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
This package currently has a stub for, for example Doctrine\Common\Persistence\ObjectRepository. Though there's a compatibility layer using class_alias(), this class has been moved to Doctrine\Persistence\ObjectRepository. We should ensure the stub works for both namespaces.
The text was updated successfully, but these errors were encountered:
This package currently has a stub for, for example
Doctrine\Common\Persistence\ObjectRepository
. Though there's a compatibility layer usingclass_alias()
, this class has been moved toDoctrine\Persistence\ObjectRepository
. We should ensure the stub works for both namespaces.The text was updated successfully, but these errors were encountered: