Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 7e6c766

Browse files
committed
fix copy-n-paste trailing whitespace
1 parent 35234eb commit 7e6c766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RequestTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ private function initialize($uri = null, $method = null, $body = 'php://memory',
7575
if (! $this->hasHeader('Host') && $this->uri->getHost()) {
7676
$this->headerNames['host'] = 'Host';
7777
$this->headers['Host'] = [$this->getHostFromUri()];
78-
}
78+
}
7979
}
8080

8181
/**

0 commit comments

Comments
 (0)