diff --git a/resources/functionMap_php84delta.php b/resources/functionMap_php84delta.php index c5b395c292..fe719fce15 100644 --- a/resources/functionMap_php84delta.php +++ b/resources/functionMap_php84delta.php @@ -15,8 +15,8 @@ */ return [ 'new' => [ - 'http_get_last_response_header ' => ['list'], - 'http_clear_last_response_header' => ['void'], + 'http_get_last_response_headers' => ['list|null'], + 'http_clear_last_response_headers' => ['void'], 'mb_lcfirst' => ['string', 'string'=>'string', 'encoding='=>'string'], 'mb_ucfirst' => ['string', 'string'=>'string', 'encoding='=>'string'], ],