Completed
Pull Request — develop (#311)
by
unknown
17:12
created
module/Core/src/Core/Entity/Collection/AttachedEntitiesCollection.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -48,6 +48,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
module/Core/src/Core/Repository/DoctrineMongoODM/CollectionFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.