Fix broken return types in AbstractManagerRegistry #666
Annotations
5 errors
src/Persistence/AbstractManagerRegistry.php#L121
Method Doctrine\Persistence\AbstractManagerRegistry::getManager() should return Doctrine\Persistence\ObjectManager but returns object.
|
src/Persistence/AbstractManagerRegistry.php#L144
Call to an undefined method object::getMetadataFactory().
|
src/Persistence/AbstractManagerRegistry.php#L145
Method Doctrine\Persistence\AbstractManagerRegistry::getManagerForClass() should return Doctrine\Persistence\ObjectManager|null but returns object.
|
src/Persistence/AbstractManagerRegistry.php#L172
Method Doctrine\Persistence\AbstractManagerRegistry::getManagers() should return array<string, Doctrine\Persistence\ObjectManager> but returns array<string, object>.
|
|
This job failed
Loading