Skip to content

Commit a668fb7

Browse files
committed
fix code style
1 parent ac0c05e commit a668fb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Command/ErrorFormatter/GroupedErrorFormatter.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ public function __construct(
2727
#[AutowiredParameter]
2828
private ?string $editorUrl,
2929
#[AutowiredParameter]
30-
private ?string $editorUrlTitle)
30+
private ?string $editorUrlTitle,
31+
)
3132
{
3233
}
3334

0 commit comments

Comments
 (0)