mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 16:55:38 +08:00
Refactor exception handler to v3, use standard shell exitcode
This commit is contained in:
@@ -30,6 +30,6 @@ class DoctorCommand extends BaseCommand
|
||||
return static::SUCCESS;
|
||||
}
|
||||
|
||||
return static::FAILURE;
|
||||
return static::ENVIRONMENT_ERROR;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user