Skip to content

Commit c555eb3

Browse files
committed
Remove unneeded @var
1 parent 5c0ba09 commit c555eb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Rules/Doctrine/ORM/EntityColumnRule.php

-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ public function processNode(Node $node, Scope $scope): array
9494
return [];
9595
}
9696

97-
/** @var array{type: string, fieldName: string, columnName?: string, inherited?: class-string, nullable?: bool, enumType?: ?string} $fieldMapping */
9897
$fieldMapping = $metadata->fieldMappings[$propertyName];
9998

10099
$errors = [];

0 commit comments

Comments
 (0)