We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c237b commit 4b9c3fbCopy full SHA for 4b9c3fb
stubs/core.stub
@@ -392,7 +392,7 @@ function get_defined_constants(bool $categorize = false): array {}
392
/**
393
* @return ($associative is false ? list<string>|false : array<int|string, string|list<string>>|false)
394
*/
395
-function get_headers(string $url, bool $associative = false, ?resource $context = null): array|false
+function get_headers(string $url, bool $associative = false, ?resource $context = null): array|false {}
396
397
398
* @param array<string> $long_options
0 commit comments