@@ -21,7 +21,6 @@ discard block |
||
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 |
||
44 | 43 | } |
45 | 44 | |
46 | 45 | /** |
47 | - * @param $key |
|
46 | + * @param string $key |
|
48 | 47 | * @param $entity |
49 | 48 | * @throws \Exception |
50 | 49 | */ |
@@ -13,7 +13,6 @@ |
||
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) |