diff --git a/src/UriFactory.php b/src/UriFactory.php index 3ceee61..f05e625 100644 --- a/src/UriFactory.php +++ b/src/UriFactory.php @@ -18,7 +18,7 @@ interface UriFactory * * @return UriInterface * - * @throws \InvalidArgumentException If the URI is invalid. + * @throws \InvalidArgumentException If the $uri argument can not be converted into a valid URI. */ public function createUri($uri); }