This commit is contained in:
Théo FIDRY 2016-07-03 22:22:03 +01:00
parent e64e999a39
commit 4884a2e880
No known key found for this signature in database
GPG Key ID: 2B998DE558208B67

View File

@ -347,6 +347,8 @@ abstract class AbstractNormalizer extends SerializerAwareNormalizer implements N
if ($constructorParameter->isDefaultValueAvailable()) {
$params[] = $constructorParameter->getDefaultValue();
continue;
}
throw new RuntimeException(