Skip to content

Commit 244e418

Browse files
committed
Improve UriString normalize public API
1 parent cf1161f commit 244e418

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

UriString.php

+5
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,11 @@ public static function buildAuthority(array $components): ?string
271271
return $components['user'].':'.$components['pass'].$authority;
272272
}
273273

274+
/**
275+
* @param Stringable|string $uri
276+
*
277+
* @return ComponentMap
278+
*/
274279
public static function parseNormalized(Stringable|string $uri): array
275280
{
276281
$components = self::parse($uri);

0 commit comments

Comments
 (0)