Completed
Pull Request — master (#65)
by
unknown
02:33
created
src/AnnotatedCommand.php 1 patch
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.