Add missing annotation

This commit is contained in:
Nicolas Grekas 2019-12-12 14:33:51 +01:00
parent cff8b25a5a
commit 4ec093abc8

View File

@ -29,6 +29,8 @@ final class TestRepositoryFactory implements RepositoryFactory
/**
* {@inheritdoc}
*
* @return ObjectRepository|LegacyObjectRepository
*/
public function getRepository(EntityManagerInterface $entityManager, $entityName)
{