Skip to content

Commit 10ccf5f

Browse files
Merge branch '6.2' into 6.3
* 6.2: minor #49253 [PHPUnit 10] Use `TestCase` suffix for abstract tests in `/Tests/` (OskarStark) [Intl] Generate all emoji short name returned by slack api [Serializer] Fix CsvEncoder decode on empty data [Tests] Migrate data providers to static ones stop using assertObjectHasAttribute()/assertObjectHasNotAttribute() [Cache] Fix Redis proxies [Dotenv] Fix phpdoc Dotenv [Config] Fix phpdoc nullable Replace deprecated/removed way to configure enabled_locales fix typo Fix some typos
2 parents e0680e6 + 4e7794e commit 10ccf5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Transport/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ private function createDelayQueue(int $delay, ?string $routingKey, bool $isRetry
391391
// delete the delay queue 10 seconds after the message expires
392392
// publishing another message redeclares the queue which renews the lease
393393
'x-expires' => $delay + 10000,
394-
// message should be broadcasted to all consumers during delay, but to only one queue during retry
394+
// message should be broadcast to all consumers during delay, but to only one queue during retry
395395
// empty name is default direct exchange
396396
'x-dead-letter-exchange' => $isRetryAttempt ? '' : $this->exchangeOptions['name'],
397397
// after being released from to DLX, make sure the original routing key will be used

0 commit comments

Comments
 (0)