Skip to content

Commit

Permalink
CS fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaicher committed Feb 25, 2024
1 parent 05f585b commit defa3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FieldDescription/FieldDescriptionFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ private function mappingToArray(array|FieldMapping|AssociationMapping $mapping):
* @phpstan-ignore-next-line
*/
if ($mapping instanceof AssociationMapping) {
/** @phpstan-ignore-next-line */
/* @phpstan-ignore-next-line */
return $mapping->toArray();
}

Expand Down

0 comments on commit defa3be

Please sign in to comment.