Skip to content

Commit

Permalink
Fix Symfony 6.3 deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
williarin authored Oct 11, 2023
2 parents 2730b36 + 0ecdd06 commit 0e79153
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Serializer/SerializedArrayDenormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,12 @@ public function denormalize(

return $data;
}

public function getSupportedTypes(?string $format): array
{
return [
AttachmentMetadata::class => true,
GenericData::class => true,
];
}
}

0 comments on commit 0e79153

Please sign in to comment.