We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2004c58 commit 4cfcacdCopy full SHA for 4cfcacd
tests/Skeleton/domain/Common/Enums/Enum3.php
@@ -9,8 +9,6 @@
9
10
/**
11
* The enum 3.
12
- *
13
- * @method static int count()
14
*/
15
#[Meta(next: null, isEven: false, alias: null)]
16
enum Enum3: string
tests/stubs/Enum3.stub
@@ -13,7 +13,6 @@ use Cerbero\Enum\Concerns\Enumerates;
* @method static string One()
* @method static string Three()
* @method static string Two()
17
* @method ?string alias()
18
* @method float float()
19
* @method bool isEven()
0 commit comments