Skip to content

Commit 0f08a59

Browse files
authored
Update ConfigurableConsumeCommand.php
Delete bad comma at the end of constructor
1 parent 8cef427 commit 0f08a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Symfony/Consumption/ConfigurableConsumeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function __construct(
4646
ContainerInterface $container,
4747
string $defaultTransport,
4848
string $queueConsumerIdPattern = 'enqueue.transport.%s.queue_consumer',
49-
string $processorRegistryIdPattern = 'enqueue.transport.%s.processor_registry',
49+
string $processorRegistryIdPattern = 'enqueue.transport.%s.processor_registry'
5050
) {
5151
$this->container = $container;
5252
$this->defaultTransport = $defaultTransport;

0 commit comments

Comments
 (0)