Skip to content

Commit

Permalink
doctrine#1112 - Fixed type-hint that is incompatible with most IDEs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Aug 18, 2014
1 parent aab7fce commit dfbaac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/Repository/DefaultRepositoryFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit dfbaac0

Please sign in to comment.