Skip to content

Commit fe541d2

Browse files
committed
Fix phpdoc
1 parent 839e85e commit fe541d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Enum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ final public static function from(mixed $value): self
6262
}
6363

6464
/**
65-
* @return static|self
65+
* @return static|null
6666
*/
6767
final public static function tryFrom(mixed $value): ?self
6868
{

0 commit comments

Comments
 (0)