@@ -48,6 +48,7 @@ |
||
| 48 | 48 | /** |
| 49 | 49 | * {@inheritDoc} |
| 50 | 50 | * @see \Doctrine\Common\Collections\ArrayCollection::set() |
| 51 | + * @param IdentifiableEntityInterface $entity |
|
| 51 | 52 | */ |
| 52 | 53 | public function setAttachedEntity($key, $entity) |
| 53 | 54 | { |
@@ -28,7 +28,7 @@ |
||
| 28 | 28 | protected $repositories; |
| 29 | 29 | |
| 30 | 30 | /** |
| 31 | - * @param RepositoryService $repositories |
|
| 31 | + * @param RepositoryService $repositoriesFactory |
|
| 32 | 32 | */ |
| 33 | 33 | public function __construct(callable $repositoriesFactory) |
| 34 | 34 | { |