Skip to content

Commit ff1feee

Browse files
committed
More specific return type for stream_context_get_params
1 parent 0711bec commit ff1feee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11996,7 +11996,7 @@
1199611996
'stream_context_create' => ['resource', 'options='=>'array', 'params='=>'array'],
1199711997
'stream_context_get_default' => ['resource', 'options='=>'array'],
1199811998
'stream_context_get_options' => ['array', 'context'=>'resource'],
11999-
'stream_context_get_params' => ['array', 'context'=>'resource'],
11999+
'stream_context_get_params' => ['array{notification:string, options:array<mixed>}', 'context'=>'resource'],
1200012000
'stream_context_set_default' => ['resource', 'options'=>'array'],
1200112001
'stream_context_set_option' => ['bool', 'context'=>'', 'wrappername'=>'string', 'optionname'=>'string', 'value'=>''],
1200212002
'stream_context_set_option\'1' => ['bool', 'context'=>'', 'options'=>'array'],

0 commit comments

Comments
 (0)