@@ -12,7 +12,7 @@ |
||
12 | 12 | { |
13 | 13 | if (!preg_match('/^[a-z]{2}$/', $code)) { |
14 | 14 | throw new \InvalidArgumentException( |
15 | - 'Invalid language code: ' . $code |
|
15 | + 'Invalid language code: '.$code |
|
16 | 16 | ); |
17 | 17 | } |
18 | 18 | $this->code = $code; |