Skip to content

Commit 4884a2e

Browse files
committed
f1
1 parent e64e999 commit 4884a2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,8 @@ protected function instantiateComplexObject(array &$data, $class, array &$contex
347347

348348
if ($constructorParameter->isDefaultValueAvailable()) {
349349
$params[] = $constructorParameter->getDefaultValue();
350+
351+
continue;
350352
}
351353

352354
throw new RuntimeException(

0 commit comments

Comments
 (0)