Skip to content

Commit f9e2449

Browse files
zonuexeondrejmirtes
authored andcommitted
More precise return type for posix_getpwnam()
1 parent 4c35faf commit f9e2449

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
@@ -8693,7 +8693,7 @@
86938693
'posix_getpgrp' => ['int'],
86948694
'posix_getpid' => ['int'],
86958695
'posix_getppid' => ['int'],
8696-
'posix_getpwnam' => ['array|false', 'groupname'=>'string'],
8696+
'posix_getpwnam' => ['array{name: string, passwd: string, uid: int, gid: int, gecos: string, dir: string, shell: string}|false', 'groupname'=>'string'],
86978697
'posix_getpwuid' => ['array{name: string, passwd: string, uid: int, gid: int, gecos: string, dir: string, shell: string}|false', 'uid'=>'int'],
86988698
'posix_getrlimit' => ['array|false'],
86998699
'posix_getsid' => ['int|false', 'pid'=>'int'],

0 commit comments

Comments
 (0)