8000 Patch suggested by fapbot.io · symfony/symfony@36056a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 36056a4

Browse files
committed
Patch suggested by fapbot.io
1 parent 39fd3e1 commit 36056a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ protected function instantiateObject(array &$data, $class, array &$context, \Ref
355355
}
356356

357357
$variadicParameters = array_map(
358-
function($parameterData) use ($reflectionClass, $constructorParameter, $paramName, $context, $format) {
358+
function ($parameterData) use ($reflectionClass, $constructorParameter, $paramName, $context, $format) {
359359
return $this->denormalizeParameter($reflectionClass, $constructorParameter, $paramName, $parameterData, $context, $format);
360360
},
361361
$data[$paramName]

0 commit comments

Comments
 (0)
0