Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d97ce8

Browse files
Add types to public and protected properties
1 parent 3d4d048 commit 8d97ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Process.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class Process implements \IteratorAggregate
8989
*
9090
* User-defined errors must use exit codes in the 64-113 range.
9191
*/
92-
public static $exitCodes = [
92+
public static array $exitCodes = [
9393
0 => 'OK',
9494
1 => 'General error',
9595
2 => 'Misuse of shell builtins',

0 commit comments

Comments
 (0)