We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f08a59 commit 9f8fef4Copy full SHA for 9f8fef4
Symfony/Client/ConsumeCommand.php
@@ -58,7 +58,7 @@ public function __construct(
58
string $defaultClient,
59
string $queueConsumerIdPattern = 'enqueue.client.%s.queue_consumer',
60
string $driverIdPattern = 'enqueue.client.%s.driver',
61
- string $processorIdPatter = 'enqueue.client.%s.delegate_processor',
+ string $processorIdPatter = 'enqueue.client.%s.delegate_processor'
62
) {
63
$this->container = $container;
64
$this->defaultClient = $defaultClient;
0 commit comments