Skip to content
This repository was archived by the owner on Oct 16, 2019. It is now read-only.

Commit 6b765aa

Browse files
committed
Removed unused InvalidArgumentException in PHPDoc zendframework#697
1 parent f1c9564 commit 6b765aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/Zend/Uri/Http.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,7 @@ protected function __construct($scheme, $schemeSpecific = '')
162162
*
163163
* @param string $uri String to create URI from, must start with
164164
* 'http://' or 'https://'
165-
* @throws InvalidArgumentException When the given $uri is not a string or
166-
* does not start with http:// or https://
165+
*
167166
* @throws Zend_Uri_Exception When the given $uri is invalid
168167
* @return Zend_Uri_Http
169168
*/
@@ -184,6 +183,7 @@ public static function fromString($uri)
184183
}
185184

186185
$schemeHandler = new Zend_Uri_Http($scheme, $schemeSpecific);
186+
187187
return $schemeHandler;
188188
}
189189

0 commit comments

Comments
 (0)