Skip to content

Commit 268726b

Browse files
committed
Fix newline
1 parent c4345c9 commit 268726b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ public function supportsDenormalization(mixed $data, string $type, string $forma
290290
{
291291
return class_exists($type) || (interface_exists($type, false) && null !== $this->classDiscriminatorResolver?->getMappingForClass($type));
292292
}
293+
293294
public function denormalize(mixed $data, string $type, string $format = null, array $context = []): mixed
294295
{
295296
if (!isset($context['cache_key'])) {

0 commit comments

Comments
 (0)