[Mailer] Support region in sendgrid bridge

by @MrYamous

Some issues have been detected in this pull request

Issues that can be fixed by applying a patch

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);
     }

0
Common Typos

0
License Headers

0
Pull Request Contributor Headers

0
File Permissions

0
Merge Commits

0
Exception Messages Formatting

0
Usage of void in test files

0
Use ::class whenever possible

0
Deprecation Messages