10000 Update src/Symfony/Component/Messenger/Transport/AmqpExt/Connection.php · symfony/symfony@af43833 · GitHub
[go: up one dir, main page]

Skip to content

Commit af43833

Browse files
srozeG15N
andauthored
Update src/Symfony/Component/Messenger/Transport/AmqpExt/Connection.php
Co-Authored-By: G15N <ggammelin@gmail.com>
1 parent 0c99058 commit af43833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Messenger/Transport/AmqpExt/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ private function getExchangeRoutinKey(): ?string
396396
$routingKey = $this->exchangeConfiguration['routing_key'] ?? null;
397397
if (null === $routingKey && isset($this->queueConfiguration['routing_key'])) {
398398
$routingKey = $this->queueConfiguration['routing_key'];
399-
@trigger_error('Setting routing key from queue configuration is deprecated. Use exchange configuration instead.', E_USER_DEPRECATED);
399+
@trigger_error('Routing key from "queue" configuration is deprecated. Use "exchange" configuration instead.', E_USER_DEPRECATED);
400400
}
401401

402402
return $routingKey;

0 commit comments

Comments
 (0)
0