Skip to content

Commit

Permalink
Simplify URI codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Dec 27, 2024
1 parent 51d91de commit bc692ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UriString.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public static function buildAuthority(array $components): ?string
*
* @return ComponentMap
*/
public static function normalize(Stringable|string $uri): array
public static function parseAndNormalize(Stringable|string $uri): array
{
$components = UriString::parse($uri);
if (null !== $components['scheme']) {
Expand Down

0 comments on commit bc692ae

Please sign in to comment.