Skip to content

Commit

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

Expand Down

0 comments on commit 05f585b

Please sign in to comment.