Skip to content

Commit

Permalink
Update annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
cerbero90 committed Jan 9, 2025
1 parent a0834b5 commit fa9618d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions tests/Skeleton/domain/Common/Enums/Enum3.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

/**
* The enum 3.
*
* @method static int count()
*/
#[Meta(next: null, isEven: false, alias: null)]
enum Enum3: string
Expand Down
1 change: 0 additions & 1 deletion tests/stubs/Enum3.stub
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use Cerbero\Enum\Concerns\Enumerates;
* @method static string One()
* @method static string Three()
* @method static string Two()
* @method static int count()
* @method ?string alias()
* @method float float()
* @method bool isEven()
Expand Down

0 comments on commit fa9618d

Please sign in to comment.