diff --git a/src/Psalm/CallMap.php b/src/Psalm/CallMap.php index 2f5b974bb..2e1e9e9c2 100644 --- a/src/Psalm/CallMap.php +++ b/src/Psalm/CallMap.php @@ -3733,7 +3733,7 @@ return [ 'header' => ['void', 'header'=>'string', 'replace='=>'bool', 'http_response_code='=>'int'], 'header_register_callback' => ['bool', 'callback'=>'callable():void'], 'header_remove' => ['void', 'name='=>'string'], -'headers_list' => ['array'], +'headers_list' => ['array'], 'headers_sent' => ['bool', '&w_file='=>'string', '&w_line='=>'int'], 'hebrev' => ['string', 'str'=>'string', 'max_chars_per_line='=>'int'], 'hebrevc' => ['string', 'str'=>'string', 'max_chars_per_line='=>'int'],