Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 24, 2024
1 parent 674c9d4 commit a110d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rules/Doctrine/ORM/EntityColumnRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function __construct(
DescriptorRegistry $descriptorRegistry,
ReflectionProvider $reflectionProvider,
bool $reportUnknownTypes,
bool $allowNullablePropertyForRequiredField,
bool $allowNullablePropertyForRequiredField
)
{
$this->objectMetadataResolver = $objectMetadataResolver;
Expand Down

0 comments on commit a110d8a

Please sign in to comment.