typed return arrays too

This commit is contained in:
Shish
2024-01-06 21:28:06 +00:00
parent 02da92403a
commit 6a2d3f49e2
9 changed files with 13 additions and 13 deletions

View File

@ -175,7 +175,7 @@ function stream_file(string $file, int $start, int $end): void
# http://www.php.net/manual/en/function.http-parse-headers.php#112917
if (!function_exists('http_parse_headers')) {
/**
* #return string[]
* @return string[]
*/
function http_parse_headers(string $raw_headers): array
{