[Notifier] Add Plivo 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/48394/72e8416446a3e58b69c6321860407415ea1b6aca/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:59:17.835763579 +0000
+++ src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php	2022-12-02 16:00:19.572309868 +0000
@@ -2571,7 +2571,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:59:18.055772653 +0000
+++ src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.php	2022-12-02 16:00:19.704315313 +0000
@@ -284,7 +284,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