Skip to content

Commit

Permalink
Removed a blank as pointed out in this comment: 10af1f5#commitcomment…
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Jun 27, 2015
1 parent 71b20ea commit 8602944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RequestHeaderParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function parseRequest($data)

$request = new Request(
$psrRequest->getMethod(),
$psrRequest ->getUri()->getPath(),
$psrRequest->getUri()->getPath(),
$parsedQuery,
$psrRequest->getProtocolVersion(),
$headers
Expand Down

0 comments on commit 8602944

Please sign in to comment.