We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c32a9 commit 6ac7b94Copy full SHA for 6ac7b94
1 file changed
Tests/BdfQueueBundleTest.php
@@ -126,7 +126,7 @@ public function testWithJsonSerializer()
126
$handler = $kernel->getContainer()->get(TestHandler::class);
127
128
$helper = new QueueHelper($kernel->getContainer());
129
- $destination->send(new Message(new class() implements \JsonSerializable {
+ $destination->send(new Message(new class implements \JsonSerializable {
130
#[\ReturnTypeWillChange]
131
public function jsonSerialize()
132
{
0 commit comments