@@ -29,7 +29,7 @@ discard block |
||
29 | 29 | * Should an integer be provided the Map will allocate the memory capacity |
30 | 30 | * to the size of $values. |
31 | 31 | * |
32 | - * @param array|\Traversable|int|null $values |
|
32 | + * @param Map $values |
|
33 | 33 | */ |
34 | 34 | public function __construct($values = null) |
35 | 35 | { |
@@ -122,7 +122,7 @@ discard block |
||
122 | 122 | /** |
123 | 123 | * Merge an array of values with the current Map |
124 | 124 | * |
125 | - * @param array|\Traversable $values |
|
125 | + * @param Map $values |
|
126 | 126 | * |
127 | 127 | * @return Map |
128 | 128 | */ |
@@ -30,7 +30,7 @@ |
||
30 | 30 | * Should an integer be provided the Set will allocate the memory capacity |
31 | 31 | * to the size of $values. |
32 | 32 | * |
33 | - * @param array|\Traversable|int|null $values |
|
33 | + * @param Set $values |
|
34 | 34 | */ |
35 | 35 | public function __construct($values = null) |
36 | 36 | { |