@@ -59,7 +59,7 @@ |
||
59 | 59 | |
60 | 60 | public function removeAt(int $index) |
61 | 61 | { |
62 | - throw $this->createBlockingException(); |
|
62 | + throw $this->createBlockingException(); |
|
63 | 63 | } |
64 | 64 | |
65 | 65 | private function createBlockingException(): RuntimeException |