Completed
Pull Request — master (#5)
by
unknown
03:44
created
src/Collection/EntityCollection.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@  discard block
 block discarded – undo
21 21
     /**
22 22
      * Collection constructor.
23 23
      * @param array $entities
24
-     * @param bool  $allowEntitiesChildren
25 24
      */
26 25
     public function __construct(array $entities = array())
27 26
     {
@@ -44,7 +43,7 @@  discard block
 block discarded – undo
44 43
     }
45 44
 
46 45
     /**
47
-     * @param $key
46
+     * @param string $key
48 47
      * @param $entity
49 48
      * @throws \Exception
50 49
      */
Please login to merge, or discard this patch.
src/Collection/EntityStrictCollection.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
     /**
14 14
      * Collection constructor.
15 15
      * @param array $entities
16
-     * @param bool  $allowEntitiesChildren
17 16
      * @throws \Exception
18 17
      */
19 18
     public function __construct(array $entities)
Please login to merge, or discard this patch.