@@ -279,7 +279,7 @@ |
||
279 | 279 | "debugger" => false |
280 | 280 | ] |
281 | 281 | ]; |
282 | - Assert::exception(function() use($config){ |
|
282 | + Assert::exception(function() use($config) { |
|
283 | 283 | $this->refreshContainer($config); |
284 | 284 | $panel = $this->getService(TranslationPanel::class); |
285 | 285 | Assert::type(TranslationPanel::class, $panel); |