diff --git a/src/Command/CreateCommand.php b/src/Command/CreateCommand.php index 4c7f63d..729433e 100644 --- a/src/Command/CreateCommand.php +++ b/src/Command/CreateCommand.php @@ -64,7 +64,7 @@ public function run(ArgumentValueList $arguments = null):void { if($code = $process->getExitCode()) { $this->writeLine("There was an error installing the blueprint (exit code $code)"); - exit($code); + exit($code); // phpcs:ignore } $this->writeLine();