1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

fix return value of headers_list (#919)

This commit is contained in:
François Kooman 2018-08-02 06:40:10 +02:00 committed by Matthew Brown
parent 9b7ca80fa4
commit 9ebf748eb9

View File

@ -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<int,string>'],
'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'],