Skip to content

Commit 8590db7

Browse files
author
Thorsten Suckow-Homberg
committed
refactor: change create() to make()
1 parent ac3a8ec commit 8590db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Net/Uri.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class Uri implements Stringable
6464
private readonly array $parts;
6565

6666

67-
public static function create(string $uri): static
67+
public static function make(string $uri): static
6868
{
6969
return new static($uri);
7070
}

0 commit comments

Comments
 (0)