updated-packages
This commit is contained in:
		
							
								
								
									
										3
									
								
								vendor/guzzlehttp/psr7/src/UriNormalizer.php
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								vendor/guzzlehttp/psr7/src/UriNormalizer.php
									
									
									
									
										vendored
									
									
								
							| @@ -1,4 +1,5 @@ | ||||
| <?php | ||||
|  | ||||
| namespace GuzzleHttp\Psr7; | ||||
|  | ||||
| use Psr\Http\Message\UriInterface; | ||||
| @@ -114,6 +115,7 @@ final class UriNormalizer | ||||
|      * @param int          $flags A bitmask of normalizations to apply, see constants | ||||
|      * | ||||
|      * @return UriInterface The normalized URI | ||||
|      * | ||||
|      * @link https://tools.ietf.org/html/rfc3986#section-6.2 | ||||
|      */ | ||||
|     public static function normalize(UriInterface $uri, $flags = self::PRESERVING_NORMALIZATIONS) | ||||
| @@ -170,6 +172,7 @@ final class UriNormalizer | ||||
|      * @param int          $normalizations A bitmask of normalizations to apply, see constants | ||||
|      * | ||||
|      * @return bool | ||||
|      * | ||||
|      * @link https://tools.ietf.org/html/rfc3986#section-6.1 | ||||
|      */ | ||||
|     public static function isEquivalent(UriInterface $uri1, UriInterface $uri2, $normalizations = self::PRESERVING_NORMALIZATIONS) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 RafficMohammed
					RafficMohammed