Completed
Pull Request — develop (#552)
by Alexander
03:11
created
src/N98/Magento/Command/Config/Env/ShowCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
 
83 83
             $output->writeln($flattenArray[$keyToShow]);
84 84
         } else {
85
-            $table =[];
85
+            $table = [];
86 86
 
87 87
             foreach ($flattenArray as $configKey => $configValue) {
88 88
                 $table[] = [
Please login to merge, or discard this patch.
src/N98/Magento/Command/Config/Env/EnvHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
      * @param string $indent
14 14
      * @return string|null
15 15
      */
16
-    public static function exportVariable($var, $indent='')
16
+    public static function exportVariable($var, $indent = '')
17 17
     {
18 18
         switch (gettype($var)) {
19 19
             case 'string':
Please login to merge, or discard this patch.