Test Failed
Push — master ( b526d4...00b256 )
by Koldo
03:14
created
src/Container/ShowContainerCommandFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,6 +11,6 @@
 block discarded – undo
11 11
 {
12 12
     public function __invoke(ContainerInterface $container): ShowContainer
13 13
     {
14
-        return new ShowContainer((array)$container->get('config'));
14
+        return new ShowContainer((array) $container->get('config'));
15 15
     }
16 16
 }
Please login to merge, or discard this patch.