Completed
Pull Request — master (#167)
by Greg
01:51
created
src/CommandProcessor.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -200,8 +200,7 @@
 block discarded – undo
200 200
         // result.
201 201
         if ($result instanceof ExitCodeInterface) {
202 202
             $status = $result->getExitCode();
203
-        }
204
-        else {
203
+        } else {
205 204
             $status = $statusCodeDispatcher->determineStatusCode($result);
206 205
             if (isset($status) && ($status != 0)) {
207 206
                 return $status;
Please login to merge, or discard this patch.