Skip to content

Commit 9f8fef4

Browse files
cceconiChristian CECONI
authored and
Christian CECONI
committed
Update ConsumeCommand.php
Delete bad comma at the end of constructor
1 parent 0f08a59 commit 9f8fef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Symfony/Client/ConsumeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function __construct(
5858
string $defaultClient,
5959
string $queueConsumerIdPattern = 'enqueue.client.%s.queue_consumer',
6060
string $driverIdPattern = 'enqueue.client.%s.driver',
61-
string $processorIdPatter = 'enqueue.client.%s.delegate_processor',
61+
string $processorIdPatter = 'enqueue.client.%s.delegate_processor'
6262
) {
6363
$this->container = $container;
6464
$this->defaultClient = $defaultClient;

0 commit comments

Comments
 (0)