Completed
Push — master ( 247a06...f26e32 )
by Sergii
02:43
created
src/Utils/Interaction.php 2 patches
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,8 +53,8 @@
 block discarded – undo
53 53
         $indent = implode(' ', array_fill_keys(range(0, $indent), '')) . "<$type>";
54 54
 
55 55
         self::$consoleOutput->writeln(vsprintf(
56
-          $indent . implode("\n</$type>$indent", $strings) . "</$type>",
57
-          array_slice(func_get_args(), 3)
56
+            $indent . implode("\n</$type>$indent", $strings) . "</$type>",
57
+            array_slice(func_get_args(), 3)
58 58
         ));
59 59
     }
60 60
 
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,10 +50,10 @@
 block discarded – undo
50 50
             self::$consoleOutput = new ConsoleOutput();
51 51
         }
52 52
 
53
-        $indent = implode(' ', array_fill_keys(range(0, $indent), '')) . "<$type>";
53
+        $indent = implode(' ', array_fill_keys(range(0, $indent), ''))."<$type>";
54 54
 
55 55
         self::$consoleOutput->writeln(vsprintf(
56
-          $indent . implode("\n</$type>$indent", $strings) . "</$type>",
56
+          $indent.implode("\n</$type>$indent", $strings)."</$type>",
57 57
           array_slice(func_get_args(), 3)
58 58
         ));
59 59
     }
Please login to merge, or discard this patch.