Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f689d87

Browse files
committed
fix syntax error on PHP 7.2
1 parent ac3141a commit f689d87

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
@@ -463,7 +463,7 @@ protected function instantiateObject(array &$data, string $class, array &$contex
463463
sprintf('Failed to create object because the class "%s" is not instantiable.', $class),
464464
$data,
465465
['unknown'],
466-
$context['deserialization_path'] ?? null,
466+
$context['deserialization_path'] ?? null
467467
);
468468
}
469469

0 commit comments

Comments
 (0)