@@ -14,7 +14,7 @@ |
||
14 | 14 | } |
15 | 15 | } |
16 | 16 | |
17 | - public function set(string|int $index, mixed $value): self |
|
17 | + public function set(string | int $index, mixed $value): self |
|
18 | 18 | { |
19 | 19 | $this->insert($value, $index); |
20 | 20 | return $this; |