Skip to content

Commit 9fa37f6

Browse files
committed
Test
1 parent c056a39 commit 9fa37f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Rules/Doctrine/ORM/data-attributes/enum-type.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,7 @@ class Foo
3737
#[ORM\Column(type: "integer", enumType: FooEnum::class)]
3838
public FooEnum $type3;
3939

40+
#[ORM\Column]
41+
public FooEnum $type4;
42+
4043
}

0 commit comments

Comments
 (0)