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 3c554f5 commit 39f164aCopy full SHA for 39f164a
lib/Response.php
@@ -95,7 +95,7 @@ private function prettifyHeaders($headers)
95
return array_reduce(
96
$headers,
97
function ($result, $header) {
98
- if (false === strpos(':', $header)) {
+ if (false === strpos($header, ':')) {
99
$result['Status'] = $header;
100
101
return $result;
0 commit comments