Completed
Push — develop ( 4c7e49...0f421e )
by Christian
34s
created
src/N98/Magento/Command/Config/Env/ShowCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
 
71 71
             $output->writeln($flattenArray[$keyToShow]);
72 72
         } else {
73
-            $table =[];
73
+            $table = [];
74 74
 
75 75
             foreach ($flattenArray as $configKey => $configValue) {
76 76
                 // prevents a crash when a key contains an empty array as value
Please login to merge, or discard this patch.