Skip to content

Commit c28bd50

Browse files
VincentLangletondrejmirtes
authored andcommitted
Improve sys_getloadavg return type
1 parent 08264fb commit c28bd50

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
@@ -12125,7 +12125,7 @@
1212512125
'SyncSharedMemory::size' => ['bool'],
1212612126
'SyncSharedMemory::write' => ['', 'string='=>'string', 'start='=>'int'],
1212712127
'sys_get_temp_dir' => ['string'],
12128-
'sys_getloadavg' => ['array|false'],
12128+
'sys_getloadavg' => ['array{float,float,float}|false'],
1212912129
'syslog' => ['bool', 'priority'=>'int', 'message'=>'string'],
1213012130
'system' => ['string|false', 'command'=>'string', '&w_return_value='=>'int'],
1213112131
'taint' => ['bool', '&rw_string'=>'string', '&...w_other_strings='=>'string'],

0 commit comments

Comments
 (0)