-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Notifier] Add Bandwidth bridge #48389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
a2106fd
to
52807b7
Compare
src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Bandwidth/Tests/BandwidthTransportTest.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransportFactory.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransportFactory.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Bandwidth/Tests/BandwidthTransportTest.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Bandwidth/Tests/BandwidthTransportTest.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Bandwidth/Tests/BandwidthTransportTest.php
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransport.php
Outdated
Show resolved
Hide resolved
0f5277c
to
0a1be0f
Compare
src/Symfony/Component/Notifier/Bridge/Bandwidth/Tests/BandwidthTransportFactoryTest.php
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Bandwidth/Tests/BandwidthTransportTest.php
Outdated
Show resolved
Hide resolved
0aa0f00
to
b9d264d
Compare
src/Symfony/Component/Notifier/Bridge/Bandwidth/Tests/BandwidthTransportFactoryTest.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Bandwidth/Tests/BandwidthTransportTest.php
Outdated
Show resolved
Hide resolved
b9d264d
to
a73064d
Compare
src/Symfony/Component/Notifier/Bridge/Bandwidth/Tests/BandwidthTransportFactoryTest.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransport.php
Outdated
Show resolved
Hide resolved
One minor and a test change, afterwards ready to merge from my side 👍 |
src/Symfony/Component/Notifier/Bridge/Bandwidth/Tests/BandwidthTransportFactoryTest.php
Outdated
Show resolved
Hide resolved
😮💨 🤕 This has been an extremely painful exercise. Not conducive to enthusiastic contribution. RUN AUTOMATED CODE FORMATTING DURING MERGE OR SOMETHING LIKE THAT, if you guys want to enforce a specific code formatting standard. I'm all for it, but don't burden the contributors with it. |
I am very sorry, we don't have a very hard coding standard, the reason is, that sometimes we allow it. In this case it's more about "keep all the bridges nearly the same", it makes it much easier to maintain. Most of the stuff was copied from another bridge, which is totally fine, but the "code style" was not copied. In your case it was even harder, because you opened four PRs in parallel 🤷♂️ One test is still failing, maybe you can have a look. Thanks |
37fb6ca
to
604fd9f
Compare
Thank you @gnito-org. |
This PR add the notifier bridge for Bandwidth (SMS).