@@ -4,9 +4,7 @@ |
||
4 | 4 | |
5 | 5 | use Del\Person\Criteria\PersonCriteria; |
6 | 6 | use Del\Person\Entity\Person; |
7 | -use Del\Person\Repository\PersonRepository; |
|
8 | 7 | use Doctrine\ORM\EntityManager; |
9 | -use Barnacle\Container; |
|
10 | 8 | |
11 | 9 | class PersonService |
12 | 10 | { |
@@ -110,7 +110,7 @@ |
||
110 | 110 | } |
111 | 111 | |
112 | 112 | /** |
113 | - * @return \Doctrine\Common\Persistence\ObjectRepository|\Doctrine\ORM\EntityRepository |
|
113 | + * @return \Doctrine\Persistence\ObjectRepository |
|
114 | 114 | */ |
115 | 115 | protected function getRepository() |
116 | 116 | { |