Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Sep 15, 2024
1 parent d231e82 commit 9392df6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ public function testPipelineFailure(): void
$message = new Message(
'test',
null,
[FailureEnvelope::FAILURE_META_KEY => [ExponentialDelayMiddleware::META_KEY_ATTEMPTS . '-test' => 2]]);
[FailureEnvelope::FAILURE_META_KEY => [ExponentialDelayMiddleware::META_KEY_ATTEMPTS . '-test' => 2]]
);
$queue = $this->createMock(QueueInterface::class);
$middleware = new ExponentialDelayMiddleware(
'test',
Expand Down

0 comments on commit 9392df6

Please sign in to comment.