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 63d0582 + 4c8b42b commit b1c9d57Copy full SHA for b1c9d57
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