diff --git a/Response.php b/Response.php index f4c04c9..23b1a37 100644 --- a/Response.php +++ b/Response.php @@ -84,7 +84,7 @@ public function getHeaders(): array /** * Gets a response header. * - * @return string|array The first header value if $first is true, an array of values otherwise + * @return string|array|null The first header value if $first is true, an array of values otherwise */ public function getHeader(string $header, bool $first = true) {