1
0
mirror of synced 2025-03-22 16:03:49 +03:00

#1112 - 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();