Skip to content

Commit d5bb82d

Browse files
committed
Adding more support for PHP URI extension
1 parent 7e37124 commit d5bb82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Components/Path.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public static function tryNew(Stringable|string $uri = ''): ?self
7474
/**
7575
* Create a new instance from a URI object.
7676
*/
77-
public static function fromUri(Rfc3986Uri|WhatwgUrl|Stringable|string $uri): self
77+
public static function fromUri(WhatwgUrl|Rfc3986Uri|Stringable|string $uri): self
7878
{
7979
if ($uri instanceof Rfc3986Uri) {
8080
return self::new($uri->getRawPath());

0 commit comments

Comments
 (0)