[Serializer] Drop extra space

This commit is contained in:
David Prévot 2021-01-05 14:49:08 -04:00
parent d3739d4482
commit ff05e84553
No known key found for this signature in database
GPG Key ID: 058C1CF944F6BD3C

View File

@ -33,7 +33,7 @@ class AnnotationLoader implements LoaderInterface
private const KNOWN_ANNOTATIONS = [
DiscriminatorMap::class => true,
Groups::class => true,
Ignore:: class => true,
Ignore::class => true,
MaxDepth::class => true,
SerializedName::class => true,
];