Skip to content

Commit c3000cb

Browse files
authored
Update EnumTransformer.php
1 parent e15689c commit c3000cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Transformers/EnumTransformer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function transform(ReflectionClass $class, string $name): ?TransformedTyp
3131
return null;
3232
}
3333

34-
if (empty($enum->getCases()) {
34+
if (empty($enum->getCases())) {
3535
return null;
3636
}
3737

0 commit comments

Comments
 (0)