Skip to content

Commit b0f2ac7

Browse files
Crellroxblnfk
andauthored
Use more demonstrative enum case names.
Co-authored-by: Aleksei Gagarin <[email protected]>
1 parent 7145d7b commit b0f2ac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ class Foo extends Bar implements FooInterface
7171

7272
Enum Beep: int
7373
{
74-
case A = 1;
75-
case B = 2;
74+
case Foo = 1;
75+
case Bar = 2;
7676

7777
public function isOdd(): bool
7878
{

0 commit comments

Comments
 (0)