Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 2b68d53 + 7042ff8 commit baf4245Copy full SHA for baf4245
src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsReceiver.php
@@ -93,7 +93,7 @@ public function reject(Envelope $envelope): void
93
public function getMessageCount(): int
94
{
95
try {
96
- $this->connection->getMessageCount();
+ return $this->connection->getMessageCount();
97
} catch (HttpExceptionInterface $e) {
98
throw new TransportException($e->getMessage(), 0, $e);
99
}
0 commit comments