Skip to content

Commit 8602944

Browse files
committed
Removed a blank as pointed out in this comment: 10af1f5#commitcomment-11894795
1 parent 71b20ea commit 8602944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RequestHeaderParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function parseRequest($data)
5353

5454
$request = new Request(
5555
$psrRequest->getMethod(),
56-
$psrRequest ->getUri()->getPath(),
56+
$psrRequest->getUri()->getPath(),
5757
$parsedQuery,
5858
$psrRequest->getProtocolVersion(),
5959
$headers

0 commit comments

Comments
 (0)