Skip to content

Commit 7a21dfa

Browse files
author
Coen Zimmerman
committed
Improved docblock for enum
1 parent 6b35691 commit 7a21dfa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Enums/CriteriaKey.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88

99
/**
1010
* Unique identifiers for standard Criteria that may be loaded in repositories.
11+
*
12+
* @method static static ACTIVE()
13+
* @method static static CACHE()
14+
* @method static static ORDER()
15+
* @method static static SCOPE()
16+
* @method static static WITH()
17+
*
18+
* @extends Enum<string>
1119
*/
1220
class CriteriaKey extends Enum
1321
{

0 commit comments

Comments
 (0)