Skip to content

Commit 6fa1059

Browse files
committed
s/percent encode/percent-encode/
- to match language of RFC 3986
1 parent 6a3d8f1 commit 6fa1059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/UriInterface.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public function withPort($port);
205205
* The path MUST be prefixed with "/"; if not, the implementation MAY
206206
* provide the prefix itself.
207207
*
208-
* The implementation MUST percent encode reserved characters as
208+
* The implementation MUST percent-encode reserved characters as
209209
* specified in RFC 3986, Section 2, but MUST NOT double-encode any
210210
* characters.
211211
*
@@ -227,7 +227,7 @@ public function withPath($path);
227227
* Additionally, the query string SHOULD be parseable by parse_str() in
228228
* order to be valid.
229229
*
230-
* The implementation MUST percent encode reserved characters as
230+
* The implementation MUST percent-encode reserved characters as
231231
* specified in RFC 3986, Section 2, but MUST NOT double-encode any
232232
* characters.
233233
*

0 commit comments

Comments
 (0)