Skip to content

Commit 04af022

Browse files
correct class name in annotations
1 parent 3c7344e commit 04af022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/EnumConflict

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ use MyCLabs\Enum\Enum;
1010
/**
1111
* Class EnumConflict
1212
*
13-
* @method static EnumFixture FOO()
14-
* @method static EnumFixture BAR()
13+
* @method static EnumConflict FOO()
14+
* @method static EnumConflict BAR()
1515
*
1616
* @author Daniel Costa <[email protected]>
1717
* @author Mirosław Filip <[email protected]>

0 commit comments

Comments
 (0)