@@ -23,8 +23,6 @@ |
||
| 23 | 23 | /** |
| 24 | 24 | * RepositoryAggregate constructor. |
| 25 | 25 | * |
| 26 | - * @param EzInfoCollectionRepository $infoCollectionRepository |
|
| 27 | - * @param EzInfoCollectionAttributeRepository $infoCollectionAttributeRepository |
|
| 28 | 26 | */ |
| 29 | 27 | public function __construct( |
| 30 | 28 | EzInfoCollectionRepository $repository, |
@@ -2,11 +2,11 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Netgen\Bundle\InformationCollectionBundle\Repository; |
| 4 | 4 | |
| 5 | -use eZ\Publish\API\Repository\Values\Content\Location; |
|
| 6 | -use eZ\Publish\API\Repository\Values\User\User; |
|
| 7 | 5 | use Netgen\Bundle\InformationCollectionBundle\Entity\EzInfoCollection; |
| 8 | 6 | use Netgen\Bundle\InformationCollectionBundle\Entity\EzInfoCollectionAttribute; |
| 9 | 7 | use Netgen\Bundle\InformationCollectionBundle\Value\LegacyData; |
| 8 | +use eZ\Publish\API\Repository\Values\Content\Location; |
|
| 9 | +use eZ\Publish\API\Repository\Values\User\User; |
|
| 10 | 10 | |
| 11 | 11 | class RepositoryAggregate |
| 12 | 12 | { |