We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@var
1 parent 5c0ba09 commit c555eb3Copy full SHA for c555eb3
src/Rules/Doctrine/ORM/EntityColumnRule.php
@@ -94,7 +94,6 @@ public function processNode(Node $node, Scope $scope): array
94
return [];
95
}
96
97
- /** @var array{type: string, fieldName: string, columnName?: string, inherited?: class-string, nullable?: bool, enumType?: ?string} $fieldMapping */
98
$fieldMapping = $metadata->fieldMappings[$propertyName];
99
100
$errors = [];
0 commit comments