Skip to content

Commit

Permalink
Remove unneeded @var
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Nov 20, 2023
1 parent 5c0ba09 commit c555eb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Rules/Doctrine/ORM/EntityColumnRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ public function processNode(Node $node, Scope $scope): array
return [];
}

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

$errors = [];
Expand Down

0 comments on commit c555eb3

Please sign in to comment.