Passed
Push — main ( e5155e...6c519d )
by Sebastian
16:14
created
src/Runner/Config/Setup/Express.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
         );
82 82
 
83 83
         if (IOUtil::answerToBool($answer)) {
84
-            $call    = '\\CaptainHook' . '\\App' . '\\Hook\\PHP\\Action\\Linting';
84
+            $call = '\\CaptainHook' . '\\App' . '\\Hook\\PHP\\Action\\Linting';
85 85
             $config->addAction(new Config\Action($call));
86 86
         }
87 87
     }
@@ -124,7 +124,7 @@  discard block
 block discarded – undo
124 124
         );
125 125
 
126 126
         if (IOUtil::answerToBool($answer)) {
127
-            $call    = $this->io->ask(
127
+            $call = $this->io->ask(
128 128
                 '  <info>Enter the phpcs command you want to execute.</info> '
129 129
                 . '<comment>[phpcs --standard=psr2 src]</comment> ',
130 130
                 'phpcs --standard=psr2 src'
Please login to merge, or discard this patch.