Skip to content

Commit 44cb404

Browse files
bonroyagederrabus
authored andcommitted
Code style change in @PER-CS2.0 affecting @Symfony (parentheses for anonymous classes)
1 parent 939577d commit 44cb404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/MailerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function testSendingRawMessages()
4141

4242
public function testSendMessageToBus()
4343
{
44-
$bus = new class() implements MessageBusInterface {
44+
$bus = new class implements MessageBusInterface {
4545
public array $messages = [];
4646
public array $stamps = [];
4747

0 commit comments

Comments
 (0)