We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f357f2 commit 21a81adCopy full SHA for 21a81ad
1 file changed
system/HTTP/URI.php
@@ -148,11 +148,9 @@ class URI
148
/**
149
* Builds a representation of the string from the component parts.
150
*
151
- * @param string|null $scheme URI scheme. E.g., http, ftp
152
- * @param string $authority
153
- * @param string $path
154
- * @param string $query
155
- * @param string $fragment
+ * @param string|null $scheme URI scheme. E.g., http, ftp
+ *
+ * @return string URI string with only passed parts. Maybe incomplete as a URI.
156
*/
157
public static function createURIString(
158
?string $scheme = null,
0 commit comments