Skip to content

Commit 165c104

Browse files
Seldaekondrejmirtes
authored andcommitted
Fix new headers functions in php 8.4
1 parent 22c84d2 commit 165c104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/functionMap_php84delta.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
*/
1616
return [
1717
'new' => [
18-
'http_get_last_response_header ' => ['list<string>'],
19-
'http_clear_last_response_header' => ['void'],
18+
'http_get_last_response_headers' => ['list<string>|null'],
19+
'http_clear_last_response_headers' => ['void'],
2020
'mb_lcfirst' => ['string', 'string'=>'string', 'encoding='=>'string'],
2121
'mb_ucfirst' => ['string', 'string'=>'string', 'encoding='=>'string'],
2222
],

0 commit comments

Comments
 (0)