Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd87dd4

Browse files
committed
[Notifier][FakeSms] Fix coding standards
1 parent 85cd4ab commit bd87dd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/Notifier/Bridge/FakeSms/FakeSmsTransport.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ final class FakeSmsTransport extends AbstractTransport
2929
private $from;
3030
private $mailer;
3131

32-
public function __construct(MailerInterface $mailer, string $to, string $from, HttpClientInterface $client = null, EventDispatcherInterface $dispatcher = null) {
32+
public function __construct(MailerInterface $mailer, string $to, string $from, HttpClientInterface $client = null, EventDispatcherInterface $dispatcher = null)
33+
{
3334
parent::__construct($client, $dispatcher);
3435

3536
$this->to = $to;

src/Symfony/Component/Notifier/Bridge/FakeSms/FakeSmsTransportFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Symfony\Component\Notifier\Bridge\FakeSms;
1313

14-
use Symfony\Component\Mailer\MailerInterface;
1514
use Symfony\Component\Notifier\Exception\UnsupportedSchemeException;
1615
use Symfony\Component\Notifier\Transport\AbstractTransportFactory;
1716
use Symfony\Component\Notifier\Transport\Dsn;

0 commit comments

Comments
 (0)