We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0581533 + b1c9d57 commit d603473Copy full SHA for d603473
Response.php
@@ -84,7 +84,7 @@ public function getHeaders(): array
84
/**
85
* Gets a response header.
86
*
87
- * @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
88
*/
89
public function getHeader(string $header, bool $first = true)
90
{
0 commit comments