@@ -15,7 +15,7 @@ |
||
| 15 | 15 | */ |
| 16 | 16 | public function getIndex(): string |
| 17 | 17 | { |
| 18 | - throw new \RuntimeException('This method should be not be used with ' . __CLASS__); |
|
| 18 | + throw new \RuntimeException('This method should be not be used with '.__CLASS__); |
|
| 19 | 19 | } |
| 20 | 20 | |
| 21 | 21 | /** |