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

Removed unused InvalidArgumentException in PHPDoc #697

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions library/Zend/Uri/Http.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down