Skip to content

Commit

Permalink
Merge pull request #10135 from weirdan/correct-exit-code-for-wrong-ve…
Browse files Browse the repository at this point in the history
…rsion-format
  • Loading branch information
weirdan committed Aug 20, 2023
2 parents e085b73 + 46ebe72 commit 5c774ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Internal/CliUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ public static function initPhpVersion(array $options, Config $config, ProjectAna
STDERR,
$e->getMessage() . PHP_EOL,
);
exit(2);
exit(1);
}
}
}
Expand Down

0 comments on commit 5c774ac

Please sign in to comment.