mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Switch exit codes
This commit is contained in:
parent
746f8d4973
commit
9163878174
@ -54,8 +54,8 @@ use function version_compare;
|
||||
*/
|
||||
class Pool
|
||||
{
|
||||
const EXIT_SUCCESS = 1;
|
||||
const EXIT_FAILURE = 0;
|
||||
const EXIT_SUCCESS = 0;
|
||||
const EXIT_FAILURE = 1;
|
||||
|
||||
/** @var int[] */
|
||||
private $child_pid_list = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user