From a4867b7b0b78fabf1e78b4d06912333297def53d Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Tue, 15 Dec 2015 13:23:28 +0100 Subject: [PATCH] improve phpdoc for createUri --- src/UriFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }