We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370b303 commit 9b71c6bCopy full SHA for 9b71c6b
Tests/Symfony/Consumption/ConfigurableConsumeCommandTest.php
@@ -204,7 +204,7 @@ public function testShouldExecuteConsumptionWithSeveralCustomQueues()
204
205
public function testShouldExecuteConsumptionWhenProcessorImplementsQueueSubscriberInterface()
206
{
207
- $processor = new class implements Processor, QueueSubscriberInterface {
+ $processor = new class() implements Processor, QueueSubscriberInterface {
208
public function process(InteropMessage $message, Context $context)
209
210
}
0 commit comments