@@ -17,7 +17,6 @@ |
||
17 | 17 | namespace SWP\Bundle\ContentBundle\Doctrine\ORM; |
18 | 18 | |
19 | 19 | use Doctrine\ORM\QueryBuilder; |
20 | -use Elastica\Query; |
|
21 | 20 | use SWP\Bundle\ContentBundle\Model\ArticleSourceReference; |
22 | 21 | use SWP\Component\Common\Criteria\Criteria; |
23 | 22 | use SWP\Bundle\ContentBundle\Doctrine\ArticleRepositoryInterface; |
@@ -68,7 +68,6 @@ |
||
68 | 68 | /** |
69 | 69 | * ArticleLoader constructor. |
70 | 70 | * |
71 | - * @param ArticleRepositoryInterface $articleRepository |
|
72 | 71 | * @param RouteProviderInterface $routeProvider |
73 | 72 | * @param ObjectManager $dm |
74 | 73 | * @param MetaFactoryInterface $metaFactory |