@@ -38,7 +38,6 @@ |
||
38 | 38 | * EmailSender constructor. |
39 | 39 | * |
40 | 40 | * @param ContainerInterface $container |
41 | - * @param LoggerInterface $logger |
|
42 | 41 | */ |
43 | 42 | public function __construct(ContainerInterface $container) |
44 | 43 | { |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SfCod\EmailEngineBundle\Mailer; |
4 | 4 | |
5 | 5 | use Psr\Log\LoggerInterface; |
6 | -use SfCod\EmailEngineBundle\Exception\RepositoryUnavailableException; |
|
7 | 6 | use SfCod\EmailEngineBundle\Repository\RepositoryInterface; |
8 | 7 | use SfCod\EmailEngineBundle\Sender\MessageOptionsInterface; |
9 | 8 | use SfCod\EmailEngineBundle\Sender\SenderInterface; |