Review the proposed patch then download it to apply it manually or execute the following command from the repository root directory:
curl https://fabbot.io/patch/symfony/symfony/58264/8a7e0d6f404d2e44effa65bb8b5adc68f58d1f9d/cs.diff | patch -p0
diff -ru src/Symfony/Component/Mailer/Bridge/Sendgrid/Transport/SendgridApiTransport.php src/Symfony/Component/Mailer/Bridge/Sendgrid/Transport/SendgridApiTransport.php
--- src/Symfony/Component/Mailer/Bridge/Sendgrid/Transport/SendgridApiTransport.php 2024-09-15 05:51:29.374484748 +0000
+++ src/Symfony/Component/Mailer/Bridge/Sendgrid/Transport/SendgridApiTransport.php 2024-09-15 05:51:32.150582606 +0000
@@ -39,7 +39,7 @@
?HttpClientInterface $client = null,
?EventDispatcherInterface $dispatcher = null,
?LoggerInterface $logger = null,
- private ?string $region = null
+ private ?string $region = null,
) {
parent::__construct($client, $dispatcher, $logger);
}