@@ -12,7 +12,7 @@ |
||
12 | 12 | { |
13 | 13 | $this->setExpectedException('InvalidArgumentException'); |
14 | 14 | |
15 | - Translation::translate( [ 'Invalid' ] ); |
|
15 | + Translation::translate(['Invalid']); |
|
16 | 16 | } |
17 | 17 | |
18 | 18 | public function testTranslationPlaceHoldersDynamicLanguage() |