Skip to content

Commit

Permalink
Fix coding standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwage committed Mar 5, 2024
1 parent e5a869a commit 6479742
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,6 @@ public function testItCanRetryPublishWithDelayWhenAMQPConnectionExceptionIsThrow
$connection->publish('body', [], 5000);
}


public function testItWillRetryMaxThreeTimesWhenAMQPConnectionExceptionIsThrown()
{
$factory = new TestAmqpFactory(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public function publish(string $body, array $headers = [], int $delayInMs = 0, ?
$this->withConnectionExceptionRetry(function () use ($body, $headers, $delayInMs, $amqpStamp) {
if (0 !== $delayInMs) {
$this->publishWithDelay($body, $headers, $delayInMs, $amqpStamp);

return;
}

Expand Down

0 comments on commit 6479742

Please sign in to comment.