Skip to content

Commit 4cd0253

Browse files
committed
Fix build
1 parent 01f1854 commit 4cd0253

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Rules/Doctrine/ORM/EntityColumnRule.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ public function processNode(Node $node, Scope $scope): array
9393
if (!isset($metadata->fieldMappings[$propertyName])) {
9494
return [];
9595
}
96+
97+
/** @var array{type: string, fieldName: string, columnName?: string, inherited?: class-string, nullable?: bool} $fieldMapping */
9698
$fieldMapping = $metadata->fieldMappings[$propertyName];
9799

98100
$errors = [];

0 commit comments

Comments
 (0)