Skip to content

Commit

Permalink
CS: re-apply trailing_comma_in_multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus authored and nicolas-grekas committed Nov 25, 2024
1 parent ca6f254 commit e80e728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Command/FailedMessagesRetryCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ public function testSkipRunWithServiceLocator()

$receiver->expects($this->once())->method('find')
->willReturn(Envelope::wrap(new \stdClass(), [
new SentToFailureTransportStamp($originalTransportName)
new SentToFailureTransportStamp($originalTransportName),
]));

$receiver->expects($this->never())->method('ack');
Expand Down

0 comments on commit e80e728

Please sign in to comment.