@@ -8,6 +8,9 @@ |
||
8 | 8 | */ |
9 | 9 | interface SetInterface extends SizeableInterface, PrimitiveInterface, \Countable, \Iterator |
10 | 10 | { |
11 | + /** |
|
12 | + * @return void |
|
13 | + */ |
|
11 | 14 | public function __construct(string $type); |
12 | 15 | |
13 | 16 | /** |
@@ -8,6 +8,9 @@ |
||
8 | 8 | */ |
9 | 9 | interface SetInterface extends SizeableInterface, PrimitiveInterface, \Countable, \Iterator |
10 | 10 | { |
11 | + /** |
|
12 | + * @return void |
|
13 | + */ |
|
11 | 14 | public function __construct(string $type); |
12 | 15 | |
13 | 16 | /** |
@@ -20,7 +20,7 @@ |
||
20 | 20 | /** |
21 | 21 | * Same as getType but without the get |
22 | 22 | * |
23 | - * @return setring |
|
23 | + * @return string |
|
24 | 24 | */ |
25 | 25 | public function type(): string; |
26 | 26 | } |