We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b634719 commit b81914aCopy full SHA for b81914a
tests/ExitCodeTest.php
@@ -18,7 +18,7 @@ public function reasons(): array
18
['Input file not found or unreadable', ExitCode::NOINPUT],
19
['User not found', ExitCode::NOUSER],
20
['Host not found', ExitCode::NOHOST],
21
- ['A requied service is unavailable', ExitCode::UNAVAILABLE],
+ ['A required service is unavailable', ExitCode::UNAVAILABLE],
22
['Internal error', ExitCode::SOFTWARE],
23
['Error making system call or using OS service', ExitCode::OSERR],
24
['Error accessing system file', ExitCode::OSFILE],
0 commit comments