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 01f1854 commit 4cd0253Copy full SHA for 4cd0253
src/Rules/Doctrine/ORM/EntityColumnRule.php
@@ -93,6 +93,8 @@ public function processNode(Node $node, Scope $scope): array
93
if (!isset($metadata->fieldMappings[$propertyName])) {
94
return [];
95
}
96
+
97
+ /** @var array{type: string, fieldName: string, columnName?: string, inherited?: class-string, nullable?: bool} $fieldMapping */
98
$fieldMapping = $metadata->fieldMappings[$propertyName];
99
100
$errors = [];
0 commit comments