We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674c9d4 commit a110d8aCopy full SHA for a110d8a
src/Rules/Doctrine/ORM/EntityColumnRule.php
@@ -49,7 +49,7 @@ public function __construct(
49
DescriptorRegistry $descriptorRegistry,
50
ReflectionProvider $reflectionProvider,
51
bool $reportUnknownTypes,
52
- bool $allowNullablePropertyForRequiredField,
+ bool $allowNullablePropertyForRequiredField
53
)
54
{
55
$this->objectMetadataResolver = $objectMetadataResolver;
0 commit comments