From bf97e7d04970169066e596f161e83891481f9fce Mon Sep 17 00:00:00 2001 From: Menno Holtkamp Date: Fri, 20 May 2016 12:26:03 +0200 Subject: [PATCH] Removed unused InvalidArgumentException in PHPDoc --- library/Zend/Uri/Http.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/Zend/Uri/Http.php b/library/Zend/Uri/Http.php index b99f9f8169..659a1aa937 100644 --- a/library/Zend/Uri/Http.php +++ b/library/Zend/Uri/Http.php @@ -162,9 +162,8 @@ protected function __construct($scheme, $schemeSpecific = '') * * @param string $uri String to create URI from, must start with * 'http://' or 'https://' - * @throws InvalidArgumentException When the given $uri is not a string or + * @throws Zend_Uri_Exception When the given $uri is not a string or * does not start with http:// or https:// - * @throws Zend_Uri_Exception When the given $uri is invalid * @return Zend_Uri_Http */ public static function fromString($uri)