We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c056a39 commit 9fa37f6Copy full SHA for 9fa37f6
tests/Rules/Doctrine/ORM/data-attributes/enum-type.php
@@ -37,4 +37,7 @@ class Foo
37
#[ORM\Column(type: "integer", enumType: FooEnum::class)]
38
public FooEnum $type3;
39
40
+ #[ORM\Column]
41
+ public FooEnum $type4;
42
+
43
}
0 commit comments