1
0
Fork 0
mirror of synced 2025-04-02 12:56:16 +03:00

- Fixed type-hint that is incompatible with most IDEs

This commit is contained in:
Marco Pivetta 2014-08-18 15:18:59 +02:00
parent aab7fce2d4
commit dfbaac0401

View file

@ -32,7 +32,7 @@ class DefaultRepositoryFactory implements RepositoryFactory
/**
* The list of EntityRepository instances.
*
* @var array<\Doctrine\Common\Persistence\ObjectRepository>
* @var \Doctrine\Common\Persistence\ObjectRepository[]
*/
private $repositoryList = array();