Skip to content

Commit

Permalink
Merge branch '5.4' into 6.3
Browse files Browse the repository at this point in the history
* 5.4:
  [WebProfilerBundle] Fix JS error when evaluating scripts
  don't fail when optional dependencies are not present
  fix syntax error on PHP 7.2
  • Loading branch information
xabbuh committed Dec 21, 2023
2 parents d956c3a + 389a472 commit daac4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Normalizer/AbstractNormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ protected function instantiateObject(array &$data, string $class, array &$contex
sprintf('Failed to create object because the class "%s" is not instantiable.', $class),
$data,
['unknown'],
$context['deserialization_path'] ?? null,
$context['deserialization_path'] ?? null
);
}

Expand Down

0 comments on commit daac4e8

Please sign in to comment.