Skip to content

Commit f09a332

Browse files
authored
Update Request.php
1 parent f34b22e commit f09a332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Request.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class Request implements RequestInterface
5757
/** @var array */
5858
private $_normalizedHeaderNameMap = array(
5959
'content-type' => 'Content-Type',
60-
'Accept' => 'accept'
60+
'accept' => 'Accept'
6161
);
6262

6363
/** @var Config */
@@ -363,4 +363,4 @@ public function withUri(UriInterface $uri, $preserveHost = false)
363363

364364
return $clone;
365365
}
366-
}
366+
}

0 commit comments

Comments
 (0)