Skip to content

Commit 21a81ad

Browse files
committed
docs: update PHPDoc
1 parent 0f357f2 commit 21a81ad

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

system/HTTP/URI.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,9 @@ class URI
148148
/**
149149
* Builds a representation of the string from the component parts.
150150
*
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
151+
* @param string|null $scheme URI scheme. E.g., http, ftp
152+
*
153+
* @return string URI string with only passed parts. Maybe incomplete as a URI.
156154
*/
157155
public static function createURIString(
158156
?string $scheme = null,

0 commit comments

Comments
 (0)