Passed
Push — master ( a01b1e...4f6bac )
by Gaetano
05:56
created
app/src/Command/BaseCommand.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,8 +43,7 @@
 block discarded – undo
43 43
                 $this->errorOutput->setVerbosity(OutputInterface::VERBOSITY_NORMAL);
44 44
                 $this->errorOutput->writeln($message, $type);
45 45
                 $this->errorOutput->setVerbosity(OutputInterface::VERBOSITY_QUIET);
46
-            }
47
-            else
46
+            } else
48 47
             {
49 48
                 $this->errorOutput->writeln($message, $type);
50 49
             }
Please login to merge, or discard this patch.