Skip to content

Commit

Permalink
f1
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Jul 3, 2016
1 parent e64e999 commit 4884a2e
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -347,6 +347,8 @@ protected function instantiateComplexObject(array &$data, $class, array &$contex

if ($constructorParameter->isDefaultValueAvailable()) {
$params[] = $constructorParameter->getDefaultValue();

continue;
}

throw new RuntimeException(
Expand Down

0 comments on commit 4884a2e

Please sign in to comment.