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

Skip to content

Commit c91b71a

Browse files
committed
cs fix
1 parent 88f3b0d commit c91b71a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Messenger/Tests/Transport/Serialization/SerializerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function testEncodedWithSymfonySerializerForStamps()
9494
[$this->anything()],
9595
[$message, 'json', [
9696
ObjectNormalizer::GROUPS => ['foo'],
97-
Serializer::MESSENGER_SERIALIZATION_CONTEXT => true
97+
Serializer::MESSENGER_SERIALIZATION_CONTEXT => true,
9898
]]
9999
)
100100
;
@@ -121,7 +121,7 @@ public function testDecodeWithSymfonySerializerStamp()
121121
['[{"context":{"groups":["foo"]}}]', SerializerStamp::class.'[]', 'json', [Serializer::MESSENGER_SERIALIZATION_CONTEXT => true]],
122122
['{}', DummyMessage::class, 'json', [
123123
ObjectNormalizer::GROUPS => ['foo'],
124-
Serializer::MESSENGER_SERIALIZATION_CONTEXT => true
124+
Serializer::MESSENGER_SERIALIZATION_CONTEXT => true,
125125
]]
126126
)
127127
->willReturnOnConsecutiveCalls(

0 commit comments

Comments
 (0)