Completed
Pull Request — master (#65)
by
unknown
02:33
created
src/AnnotatedCommand.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -434,7 +434,7 @@
 block discarded – undo
434 434
         // If one of the "@calls" commands returned a non-zero exit code,
435 435
         // return early.
436 436
         if ($calls_exit_code !== 0) {
437
-            return $calls_exit_code;;
437
+            return $calls_exit_code; ;
438 438
         }
439 439
 
440 440
         // Validate, run, process, alter, handle results.
Please login to merge, or discard this 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.