Skip to content
This repository was archived by the owner on May 13, 2023. It is now read-only.

Commit cc0e3f7

Browse files
committed
Merge pull request #23 from php-http/dbu-patch-2
improve phpdoc for createUri
2 parents afe5891 + a4867b7 commit cc0e3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UriFactory.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ interface UriFactory
1818
*
1919
* @return UriInterface
2020
*
21-
* @throws \InvalidArgumentException If the URI is invalid.
21+
* @throws \InvalidArgumentException If the $uri argument can not be converted into a valid URI.
2222
*/
2323
public function createUri($uri);
2424
}

0 commit comments

Comments
 (0)