Skip to content

Commit a90fd75

Browse files
Merge branch '5.0'
* 5.0: [PhpUnitBridge] fix bad test [4.4] CS fixes [3.4] CS fixes Disable phpunit verbosity Queue name is a required parameter [FrameworkBundle] display actual target for error in AssetsInstallCommand Remove patches for Doctrine bugs and deprecations [Mime] fix bad method call on "EmailAddressContains" [DI][EventDispatcher] added contract for implementation
1 parent 2c05077 commit a90fd75

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
@@ -412,7 +412,7 @@ public function get(string $queueName): ?\AMQPEnvelope
412412
// If we get a 404 for the queue, it means we need to set up the exchange & queue.
413413
$this->setupExchangeAndQueues();
414414

415-
return $this->get();
415+
return $this->get($queueName);
416416
}
417417

418418
throw $e;

0 commit comments

Comments
 (0)