Skip to content

Commit a110d8a

Browse files
committed
Fix
1 parent 674c9d4 commit a110d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Rules/Doctrine/ORM/EntityColumnRule.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function __construct(
4949
DescriptorRegistry $descriptorRegistry,
5050
ReflectionProvider $reflectionProvider,
5151
bool $reportUnknownTypes,
52-
bool $allowNullablePropertyForRequiredField,
52+
bool $allowNullablePropertyForRequiredField
5353
)
5454
{
5555
$this->objectMetadataResolver = $objectMetadataResolver;

0 commit comments

Comments
 (0)