Skip to content

Commit fa9618d

Browse files
committed
Update annotation
1 parent a0834b5 commit fa9618d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tests/Skeleton/domain/Common/Enums/Enum3.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
/**
1111
* The enum 3.
12-
*
13-
* @method static int count()
1412
*/
1513
#[Meta(next: null, isEven: false, alias: null)]
1614
enum Enum3: string

tests/stubs/Enum3.stub

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ use Cerbero\Enum\Concerns\Enumerates;
1313
* @method static string One()
1414
* @method static string Three()
1515
* @method static string Two()
16-
* @method static int count()
1716
* @method ?string alias()
1817
* @method float float()
1918
* @method bool isEven()

0 commit comments

Comments
 (0)