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 a0834b5 commit fa9618dCopy full SHA for fa9618d
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