mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Merge pull request #6949 from mallardduck/callmap-stream_get_meta_data
This commit is contained in:
commit
f2aa9ca1de
@ -13785,7 +13785,7 @@ return [
|
|||||||
'stream_get_contents' => ['string|false', 'stream'=>'resource', 'length='=>'int', 'offset='=>'int'],
|
'stream_get_contents' => ['string|false', 'stream'=>'resource', 'length='=>'int', 'offset='=>'int'],
|
||||||
'stream_get_filters' => ['array'],
|
'stream_get_filters' => ['array'],
|
||||||
'stream_get_line' => ['string|false', 'stream'=>'resource', 'length'=>'int', 'ending='=>'string'],
|
'stream_get_line' => ['string|false', 'stream'=>'resource', 'length'=>'int', 'ending='=>'string'],
|
||||||
'stream_get_meta_data' => ['array{timed_out:bool,blocked:bool,eof:bool,unread_bytes:int,stream_type:string,wrapper_type:string,wrapper_data:mixed,mode:string,seekable:bool,uri:string,mediatype:string}', 'stream'=>'resource'],
|
'stream_get_meta_data' => ['array{timed_out:bool,blocked:bool,eof:bool,unread_bytes:int,stream_type:string,wrapper_type:string,wrapper_data:mixed,mode:string,seekable:bool,uri:string,mediatype:string,crypto?:array{protocol:string,cipher_name:string,cipher_bits:int,cipher_version:string}}', 'stream'=>'resource'],
|
||||||
'stream_get_transports' => ['list<string>'],
|
'stream_get_transports' => ['list<string>'],
|
||||||
'stream_get_wrappers' => ['list<string>'],
|
'stream_get_wrappers' => ['list<string>'],
|
||||||
'stream_is_local' => ['bool', 'stream'=>'resource|string'],
|
'stream_is_local' => ['bool', 'stream'=>'resource|string'],
|
||||||
|
@ -15230,7 +15230,7 @@ return [
|
|||||||
'stream_get_contents' => ['string|false', 'stream'=>'resource', 'length='=>'int', 'offset='=>'int'],
|
'stream_get_contents' => ['string|false', 'stream'=>'resource', 'length='=>'int', 'offset='=>'int'],
|
||||||
'stream_get_filters' => ['array'],
|
'stream_get_filters' => ['array'],
|
||||||
'stream_get_line' => ['string|false', 'stream'=>'resource', 'length'=>'int', 'ending='=>'string'],
|
'stream_get_line' => ['string|false', 'stream'=>'resource', 'length'=>'int', 'ending='=>'string'],
|
||||||
'stream_get_meta_data' => ['array{timed_out:bool,blocked:bool,eof:bool,unread_bytes:int,stream_type:string,wrapper_type:string,wrapper_data:mixed,mode:string,seekable:bool,uri:string,mediatype:string}', 'stream'=>'resource'],
|
'stream_get_meta_data' => ['array{timed_out:bool,blocked:bool,eof:bool,unread_bytes:int,stream_type:string,wrapper_type:string,wrapper_data:mixed,mode:string,seekable:bool,uri:string,mediatype:string,crypto?:array{protocol:string,cipher_name:string,cipher_bits:int,cipher_version:string}}', 'stream'=>'resource'],
|
||||||
'stream_get_transports' => ['list<string>'],
|
'stream_get_transports' => ['list<string>'],
|
||||||
'stream_get_wrappers' => ['list<string>'],
|
'stream_get_wrappers' => ['list<string>'],
|
||||||
'stream_is_local' => ['bool', 'stream'=>'resource|string'],
|
'stream_is_local' => ['bool', 'stream'=>'resource|string'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user