We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4727540 commit 7a3382aCopy full SHA for 7a3382a
src/UriInterface.php
@@ -205,6 +205,10 @@ public function withPort($port);
205
* The path MUST be prefixed with "/"; if not, the implementation MAY
206
* provide the prefix itself.
207
*
208
+ * The implementation MUST percent encode reserved characters as
209
+ * specified in RFC 3986, Section 2, but MUST NOT double-encode any
210
+ * characters.
211
+ *
212
* An empty path value is equivalent to removing the path.
213
214
* @param string $path The path to use with the new instance.
0 commit comments