@@ -200,8 +200,7 @@ |
||
| 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; |