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

Commit a4867b7

Browse files
committed
improve phpdoc for createUri
1 parent afe5891 commit a4867b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UriFactory.php

Lines changed: 1 addition & 1 deletion
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)