Skip to content

Commit a862001

Browse files
keradusnicolas-grekas
authored andcommitted
CS: re-apply trailing_comma_in_multiline
1 parent f852cc4 commit a862001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Transport/SendgridApiTransport.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function __construct(
3939
?HttpClientInterface $client = null,
4040
?EventDispatcherInterface $dispatcher = null,
4141
?LoggerInterface $logger = null,
42-
private ?string $region = null
42+
private ?string $region = null,
4343
) {
4444
parent::__construct($client, $dispatcher, $logger);
4545
}

0 commit comments

Comments
 (0)