Skip to content

Commit 5d37d8b

Browse files
committed
fix code style and php8.2 sf7 dependencies
1 parent 9b71c6b commit 5d37d8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Symfony/Consumption/ConfigurableConsumeCommandTest.php

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

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

0 commit comments

Comments
 (0)