@@ -200,7 +200,7 @@ |
||
200 | 200 | */ |
201 | 201 | public function get(int $index) |
202 | 202 | { |
203 | - if (! $this->validIndex($index)) { |
|
203 | + if (!$this->validIndex($index)) { |
|
204 | 204 | throw new OutOfRangeException(); |
205 | 205 | } |
206 | 206 |