We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e37124 commit d5bb82dCopy full SHA for d5bb82d
components/Components/Path.php
@@ -74,7 +74,7 @@ public static function tryNew(Stringable|string $uri = ''): ?self
74
/**
75
* Create a new instance from a URI object.
76
*/
77
- public static function fromUri(Rfc3986Uri|WhatwgUrl|Stringable|string $uri): self
+ public static function fromUri(WhatwgUrl|Rfc3986Uri|Stringable|string $uri): self
78
{
79
if ($uri instanceof Rfc3986Uri) {
80
return self::new($uri->getRawPath());
0 commit comments