Skip to content

Commit c05524a

Browse files
Merge pull request #69 from mouhamed/patch-1
Fix typo in RequestInterface.php
2 parents 13fb8c3 + 47cd67d commit c05524a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RequestInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function getUri();
107107
* setting `$preserveHost` to `true`. When `$preserveHost` is set to
108108
* `true`, this method interacts with the Host header in the following ways:
109109
*
110-
* - If the the Host header is missing or empty, and the new URI contains
110+
* - If the Host header is missing or empty, and the new URI contains
111111
* a host component, this method MUST update the Host header in the returned
112112
* request.
113113
* - If the Host header is missing or empty, and the new URI does not contain a

0 commit comments

Comments
 (0)