@@ -6,6 +6,6 @@ |
||
| 6 | 6 | { |
| 7 | 7 | public static function characterNotFound(string $character): \Exception |
| 8 | 8 | { |
| 9 | - return new self('Character ' . $character . ' not found.'); |
|
| 9 | + return new self('Character '.$character.' not found.'); |
|
| 10 | 10 | } |
| 11 | 11 | } |