Skip to content

Commit 9b71c6b

Browse files
committed
fix phpstan
1 parent 370b303 commit 9b71c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Symfony/Consumption/ConfigurableConsumeCommandTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public function testShouldExecuteConsumptionWithSeveralCustomQueues()
204204

205205
public function testShouldExecuteConsumptionWhenProcessorImplementsQueueSubscriberInterface()
206206
{
207-
$processor = new class implements Processor, QueueSubscriberInterface {
207+
$processor = new class() implements Processor, QueueSubscriberInterface {
208208
public function process(InteropMessage $message, Context $context)
209209
{
210210
}

0 commit comments

Comments
 (0)