Completed
Pull Request — master (#15)
by Łukasz
02:05
created
src/Command/ProvisionCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@
 block discarded – undo
150 150
         }
151 151
 
152 152
         if ($input->getOption('skip-syntax-check')) {
153
-           $this->dispatcher->skipSyntaxCheck();
153
+            $this->dispatcher->skipSyntaxCheck();
154 154
         }
155 155
 
156 156
         $this->processWorkingDirectory($input);
Please login to merge, or discard this patch.