1
0
mirror of synced 2025-02-02 13:31:45 +03:00

getRepository actually returns ObjectRepository

This commit is contained in:
Aaron Scherer 2017-10-18 19:10:00 -07:00 committed by GitHub
parent e279dfaa91
commit 99db207a9f

View File

@ -709,7 +709,7 @@ use Throwable;
*
* @param string $entityName The name of the entity.
*
* @return \Doctrine\ORM\EntityRepository The repository class.
* @return \Doctrine\Common\Persistence\ObjectRepository|\Doctrine\ORM\EntityRepository The repository class.
*/
public function getRepository($entityName)
{