[Notifier] Add Bandwidth bridge

by @gnito-org

Some issues have been detected in this pull request

0
Coding Standard

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/48389/604fd9f590b39d7f55c44146eb6be8d3a44c9a6d/typos.diff | patch -p0
diff -ru src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
--- src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php	2022-12-02 16:03:44.347609361 +0000
+++ src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php	2022-12-02 16:04:45.752060330 +0000
@@ -2567,7 +2567,7 @@
             GoogleChatTransportFactory::class => 'notifier.transport_factory.google-chat',
             InfobipTransportFactory::class => 'notifier.transport_factory.infobip',
             IqsmsTransportFactory::class => 'notifier.transport_factory.iqsms',
-            KazInfoTehTransportFactory::class => 'notifier.transport_factory.kaz-info-teh',
+            KazInfoTehTransportFactory::class => 'notifier.transport_factory.kaz-info-the',
             LightSmsTransportFactory::class => 'notifier.transport_factory.light-sms',
             LinkedInTransportFactory::class => 'notifier.transport_factory.linked-in',
             MailjetNotifierTransportFactory::class => 'notifier.transport_factory.mailjet',
diff -ru src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.php src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.php
--- src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.php	2022-12-02 16:03:44.564618023 +0000
+++ src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.php	2022-12-02 16:04:45.889065798 +0000
@@ -272,7 +272,7 @@
             ->parent('notifier.transport_factory.abstract')
             ->tag('texter.transport_factory')
 
-        ->set('notifier.transport_factory.kaz-info-teh', KazInfoTehTransportFactory::class)
+        ->set('notifier.transport_factory.kaz-info-the', KazInfoTehTransportFactory::class)
             ->parent('notifier.transport_factory.abstract')
             ->tag('texter.transport_factory')
 

0
License Headers

0
Pull Request Contributor Headers

0
JSON Files Syntax

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