Skip to content

Commit f54f785

Browse files
committed
Revert "Add PHPDoc type"
This reverts commit e0afa6c.
1 parent e0afa6c commit f54f785

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stubs/BackedEnum.stub

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
interface BackedEnum extends UnitEnum
44
{
55
/**
6-
* @return static
76
* @pure
87
*/
98
public static function from(int|string $value): static;
109

1110
/**
12-
* @return ?static
1311
* @pure
1412
*/
1513
public static function tryFrom(int|string $value): ?static;

0 commit comments

Comments
 (0)