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 f852cc4 commit a862001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Transport/SendgridApiTransport.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function __construct(
?HttpClientInterface $client = null,
?EventDispatcherInterface $dispatcher = null,
?LoggerInterface $logger = null,
private ?string $region = null
private ?string $region = null,
) {
parent::__construct($client, $dispatcher, $logger);
}
Expand Down

0 comments on commit a862001

Please sign in to comment.