8000 add missing method · symfony/serializer@240a7bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 240a7bb

Browse files
committed
add missing method
1 parent 7dfc0da commit 240a7bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Tests/Normalizer/AbstractObjectNormalizerTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1517,6 +1517,11 @@ public function __construct()
15171517
parent::__construct(new ClassMetadataFactory(new AttributeLoader()), null, new PropertyInfoExtractor([], [new PhpDocExtractor(), new ReflectionExtractor()]));
15181518
}
15191519

1520+
public function getSupportedTypes(?string $format): array
1521+
{
1522+
return ['*' => false];
1523+
}
1524+
15201525
protected function extractAttributes(object $object, ?string $format = null, array $context = []): array
15211526
{
15221527
return [];

0 commit comments

Comments
 (0)
0