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

Skip to content

Commit a66e662

Browse files
committed
[Notifier][FakeSms] Fix coding standards
1 parent e642525 commit a66e662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ final class FakeSmsTransportFactory extends AbstractTransportFactory
2727
public function __construct(ServiceProviderInterface $serviceProvider)
2828
{
2929
parent::__construct();
30-
30+
3131
$this->serviceProvider = $serviceProvider;
3232
}
3333

0 commit comments

Comments
 (0)