Skip to content

Commit

Permalink
Add possible return type for 'getallheaders' function
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkveu committed Sep 24, 2023
1 parent fbc09b5 commit a86cd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/functionMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3322,7 +3322,7 @@
'get_required_files' => ['list<string>'],
'get_resource_type' => ['string', 'res'=>'resource'],
'get_resources' => ['array<int, resource>', 'type='=>'string'],
'getallheaders' => ['array'],
'getallheaders' => ['array', 'false'],
'getcwd' => ['non-empty-string|false'],
'getdate' => ['array{seconds: int<0, 59>, minutes: int<0, 59>, hours: int<0, 23>, mday: int<1, 31>, wday: int<0, 6>, mon: int<1, 12>, year: int, yday: int<0, 365>, weekday: "Monday"|"Tuesday"|"Wednesday"|"Thursday"|"Friday"|"Saturday"|"Sunday", month: "January"|"February"|"March"|"April"|"May"|"June"|"July"|"August"|"September"|"October"|"November"|"December", 0: int}', 'timestamp='=>'int'],
'getenv' => ['string|false', 'varname'=>'string', 'local_only='=>'bool'],
Expand Down

0 comments on commit a86cd66

Please sign in to comment.