Skip to content

Commit 994d974

Browse files
committed
typo fix in UserInfo class
1 parent 6e6ecfc commit 994d974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Components/UserInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public static function new(Stringable|string|null $value = null): self
115115
}
116116

117117
/**
118-
* Create a new instance from a string.or a stringable structure or returns null on failure.
118+
* Create a new instance from a string or a stringable structure or returns null on failure.
119119
*/
120120
public static function tryNew(Stringable|string|null $uri = null): ?self
121121
{

0 commit comments

Comments
 (0)