@@ -26,7 +26,7 @@ discard block |
||
26 | 26 | /** |
27 | 27 | * Creates an instance using the values of an array or Traversable object. |
28 | 28 | * |
29 | - * @param array|\Traversable|null $values |
|
29 | + * @param Map $values |
|
30 | 30 | */ |
31 | 31 | public function __construct($values = null) |
32 | 32 | { |
@@ -112,7 +112,7 @@ discard block |
||
112 | 112 | /** |
113 | 113 | * Merge an array of values with the current Map |
114 | 114 | * |
115 | - * @param array|\Traversable $values |
|
115 | + * @param Map $values |
|
116 | 116 | * |
117 | 117 | * @return Map |
118 | 118 | */ |
@@ -26,7 +26,7 @@ |
||
26 | 26 | * Creates a new set using the values of an array or Traversable object. |
27 | 27 | * The keys of either will not be preserved. |
28 | 28 | * |
29 | - * @param array|\Traversable|null $values |
|
29 | + * @param Set $values |
|
30 | 30 | */ |
31 | 31 | public function __construct($values = null) |
32 | 32 | { |