Skip to content

Commit 047d887

Browse files
Jozef Pistejondrejmirtes
authored andcommitted
fix posix_getpwuid
1 parent 746c5e5 commit 047d887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9049,7 +9049,7 @@
90499049
'posix_getpid' => ['int'],
90509050
'posix_getppid' => ['int'],
90519051
'posix_getpwnam' => ['array|false', 'groupname'=>'string'],
9052-
'posix_getpwuid' => ['array|false', 'uid'=>'int'],
9052+
'posix_getpwuid' => ['array{name: string, passwd: string, uid: int, gid: int, gecos: string, dir: string, shell: string}|false', 'uid'=>'int'],
90539053
'posix_getrlimit' => ['array|false'],
90549054
'posix_getsid' => ['int|false', 'pid'=>'int'],
90559055
'posix_getuid' => ['int'],

0 commit comments

Comments
 (0)