Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f689d87

Browse filesBrowse files
committed
fix syntax error on PHP 7.2
1 parent ac3141a commit f689d87
Copy full SHA for f689d87

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.