Skip to content

Commit a705c4c

Browse files
committed
phpcs
Signed-off-by: bota <[email protected]>
1 parent 99f6c95 commit a705c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/App/Message/MessageHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function testRetryMessageWithExistingRetryCountIncrementsIt(): void
9292
$handler = $this->handler;
9393

9494
$message = new Message([
95-
'foo' => 'retry',
95+
'foo' => 'retry',
9696
'retry_count' => 2,
9797
]);
9898

0 commit comments

Comments
 (0)