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.
1 parent cfa8d92 commit fbc6ebfCopy full SHA for fbc6ebf
Response.php
@@ -123,7 +123,7 @@ public function getHeaders()
123
* @param string $header The header name
124
* @param bool $first Whether to return the first value or all header values
125
*
126
- * @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
127
*/
128
public function getHeader($header, $first = true)
129
{
0 commit comments