@@ -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, |
@@ -34,7 +34,7 @@ |
||
| 34 | 34 | /** |
| 35 | 35 | * @param Location $location |
| 36 | 36 | * @param EzInfoCollection $ezInfoCollection |
| 37 | - * @param $fieldId |
|
| 37 | + * @param integer $fieldId |
|
| 38 | 38 | * @param LegacyData $value |
| 39 | 39 | * |
| 40 | 40 | * @return EzInfoCollectionAttribute |