Passed
Push — master ( 90cb8f...3ac6d4 )
by Jakub
02:11
created
tests/Nexendrie/Translation/Bridges/NetteDI/TranslationExtensionTest.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -279,7 +279,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.