Skip to content

Commit

Permalink
add missing method
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Jun 22, 2024
1 parent 836a93b commit 17c0709
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1517,6 +1517,11 @@ public function __construct()
parent::__construct(new ClassMetadataFactory(new AttributeLoader()), null, new PropertyInfoExtractor([], [new PhpDocExtractor(), new ReflectionExtractor()]));
}

public function getSupportedTypes(?string $format): array
{
return ['*' => false];
}

protected function extractAttributes(object $object, ?string $format = null, array $context = []): array
{
return [];
Expand Down

0 comments on commit 17c0709

Please sign in to comment.