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:
parent
9b7ca80fa4
commit
9ebf748eb9
@ -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'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user