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 7a3382a commit 6a3d8f1Copy full SHA for 6a3d8f1
src/UriInterface.php
@@ -227,6 +227,10 @@ public function withPath($path);
227
* Additionally, the query string SHOULD be parseable by parse_str() in
228
* order to be valid.
229
*
230
+ * The implementation MUST percent encode reserved characters as
231
+ * specified in RFC 3986, Section 2, but MUST NOT double-encode any
232
+ * characters.
233
+ *
234
* An empty query string value is equivalent to removing the query string.
235
236
* @param string $query The query string to use with the new instance.
0 commit comments