Skip to content

Commit ed2e093

Browse files
committed
Makes phpstan happy again
1 parent d7c851d commit ed2e093

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

UriString.php

+3
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,9 @@ public static function buildAuthority(array $components): ?string
272272
}
273273

274274
/**
275+
* Parses and normalizes the URI following RFC3986 destructive and non-destructive constraints.
276+
*
277+
* @throws SyntaxError if the URI is not parsable
275278
*
276279
* @return ComponentMap
277280
*/

0 commit comments

Comments
 (0)