Thanks to visit codestin.com Credit goes to github.com
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 3d4d048 commit 8d97ce8Copy full SHA for 8d97ce8
Process.php
@@ -89,7 +89,7 @@ class Process implements \IteratorAggregate
89
*
90
* User-defined errors must use exit codes in the 64-113 range.
91
*/
92
- public static $exitCodes = [
+ public static array $exitCodes = [
93
0 => 'OK',
94
1 => 'General error',
95
2 => 'Misuse of shell builtins',
0 commit comments