Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9b71c6b

Browse files
committedNov 15, 2024
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.