Completed
Pull Request — master (#65)
by
unknown
02:33
created
src/AnnotatedCommand.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -408,8 +408,7 @@
 block discarded – undo
408 408
                     if ($exit_code !== 0) {
409 409
                         return $exit_code;
410 410
                     }
411
-                }
412
-                catch (\Exception $e) {
411
+                } catch (\Exception $e) {
413 412
                     //$logger->error("Exception was caught while executing $command_name.");
414 413
                     // Return non-zero exit code.
415 414
                     return 1;
Please login to merge, or discard this patch.