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

Skip to content

Commit c5af0af

Browse files
Cs
1 parent a291b54 commit c5af0af

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/Symfony/Component/Messenger/Transport/Serialization/Serializer.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ public static function create(): self
5858
$normalizers = [
5959
new DateTimeNormalizer(),
6060
new ArrayDenormalizer(),
61-
new ObjectNormalizer(
62-
propertyTypeExtractor: new ReflectionExtractor(),
63-
),
61+
new ObjectNormalizer(propertyTypeExtractor: new ReflectionExtractor()),
6462
];
6563
if (class_exists(LockKeyNormalizer::class)) {
6664
array_unshift($normalizers, new LockKeyNormalizer());

0 commit comments

Comments
 (0)