Skip to content

Commit 4b9c3fb

Browse files
Fix
1 parent f5c237b commit 4b9c3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/core.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ function get_defined_constants(bool $categorize = false): array {}
392392
/**
393393
* @return ($associative is false ? list<string>|false : array<int|string, string|list<string>>|false)
394394
*/
395-
function get_headers(string $url, bool $associative = false, ?resource $context = null): array|false
395+
function get_headers(string $url, bool $associative = false, ?resource $context = null): array|false {}
396396

397397
/**
398398
* @param array<string> $long_options

0 commit comments

Comments
 (0)