Skip to content

Commit 8c4ebfc

Browse files
committed
fixup! Add stubs for standard library
Fix UNKNOWN
1 parent df6c7b8 commit 8c4ebfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/basic_functions.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ function stream_context_get_params($context): array {}
11931193
* @param array|string $param2
11941194
* @param mixed $value
11951195
*/
1196-
function stream_context_set_option($context, $param2, string $option_name = UNKNOWN, $value = UNKNWOWN): bool {}
1196+
function stream_context_set_option($context, $param2, string $option_name = UNKNOWN, $value = UNKNOWN): bool {}
11971197

11981198
/** @param resource $stream_or_context */
11991199
function stream_context_get_options($stream_or_context): array {}

0 commit comments

Comments
 (0)