This repository has been archived by the owner on Nov 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
25 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @author Ignace Nyamagana Butera <[email protected]> | ||
* @copyright 2016 Ignace Nyamagana Butera | ||
* @license https://github.com/thephpleague/uri-parser/blob/master/LICENSE (MIT License) | ||
* @version 1.0.0 | ||
* @version 0.2.0 | ||
* @link https://github.com/thephpleague/uri-parser/ | ||
*/ | ||
namespace League\Uri; | ||
|
@@ -20,7 +20,7 @@ | |
* @see https://tools.ietf.org/html/rfc3986 | ||
* @package League\Uri | ||
* @author Ignace Nyamagana Butera <[email protected]> | ||
* @since 1.0.0 | ||
* @since 0.2.0 | ||
*/ | ||
trait HostValidation | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @author Ignace Nyamagana Butera <[email protected]> | ||
* @copyright 2016 Ignace Nyamagana Butera | ||
* @license https://github.com/thephpleague/uri-parser/blob/master/LICENSE (MIT License) | ||
* @version 1.0.0 | ||
* @version 0.2.0 | ||
* @link https://github.com/thephpleague/uri-parser/ | ||
*/ | ||
namespace League\Uri; | ||
|
@@ -20,7 +20,7 @@ | |
* @see https://tools.ietf.org/html/rfc3986 | ||
* @package League\Uri | ||
* @author Ignace Nyamagana Butera <[email protected]> | ||
* @since 1.0.0 | ||
* @since 0.1.0 | ||
*/ | ||
final class Parser | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* @author Ignace Nyamagana Butera <[email protected]> | ||
* @copyright 2016 Ignace Nyamagana Butera | ||
* @license https://github.com/thephpleague/uri-parser/blob/master/LICENSE (MIT License) | ||
* @version 1.0.0 | ||
* @version 0.2.0 | ||
* @link https://github.com/thephpleague/uri-parser/ | ||
*/ | ||
namespace League\Uri; | ||
|
@@ -20,7 +20,7 @@ | |
* @see https://tools.ietf.org/html/rfc3986 | ||
* @package League\Uri | ||
* @author Ignace Nyamagana Butera <[email protected]> | ||
* @since 1.0.0 | ||
* @since 0.2.0 | ||
*/ | ||
class ParserException extends InvalidArgumentException | ||
{ | ||
|