[Notifier] Add iSendPro bridge

by @leblanc-simon

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/48399/695d5ebe8c523875e2f455c0142c4b7e99062391/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 15:49:20.270736600 +0000
+++ src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php	2022-12-02 15:50:21.705179910 +0000
@@ -2567,7 +2567,7 @@
             InfobipTransportFactory::class => 'notifier.transport_factory.infobip',
             IqsmsTransportFactory::class => 'notifier.transport_factory.iqsms',
             IsendproTransportFactory::class => 'notifier.transport_factory.isendpro',
-            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 15:49:20.470744554 +0000
+++ src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.php	2022-12-02 15:50:21.826184722 +0000
@@ -276,7 +276,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