@@ -434,7 +434,7 @@ |
||
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. |