minor #40099 [Notifier] Fix typo in AllMySmsTransport namespace (noniagriconomie)

This PR was merged into the 5.3-dev branch.

Discussion
----------

[Notifier] Fix typo in AllMySmsTransport namespace

| Q             | A
| ------------- | ---
| Branch?       | 5.x
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix code
| License       | MIT
| Doc PR        | .

Spotted when installing a new project with `symfony new` then making `composer require maker`: got a warning
Friendly ping @OskarStark @qdequippe

Commits
-------

e47afde9fe Update AllMySmsTransport.php
This commit is contained in:
Fabien Potencier 2021-02-05 08:52:49 +01:00
commit b3dfc66e6b

View File

@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace Symfony\Component\Notifier\Bridge\AllMySMs; namespace Symfony\Component\Notifier\Bridge\AllMySms;
use Symfony\Component\Notifier\Exception\TransportException; use Symfony\Component\Notifier\Exception\TransportException;
use Symfony\Component\Notifier\Exception\UnsupportedMessageTypeException; use Symfony\Component\Notifier\Exception\UnsupportedMessageTypeException;