Skip to content

Commit 558259a

Browse files
authored
Update AbstractObjectNormalizer.php
Fix
1 parent 31209dd commit 558259a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ public function supportsDenormalization(mixed $data, string $type, ?string $form
304304
return class_exists($type) || (interface_exists($type, false) && null !== $this->classDiscriminatorResolver?->getMappingForClass($type));
305305
}
306306

307-
/*
307+
/**
308308
* @return mixed
309309
*/
310310
public function denormalize(mixed $data, string $type, ?string $format = null, array $context = [])

0 commit comments

Comments
 (0)