Completed
Push — master ( ce4937...99d14e )
by
unknown
96:32 queued 56:30
created
Example/Params/TestMessage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      *
31 31
      * @param TestTemplateOptions|TemplateOptionsInterface $options
32 32
      *
33
-     * @return mixed
33
+     * @return string
34 34
      */
35 35
     public function getValue(TemplateOptionsInterface $options)
36 36
     {
Please login to merge, or discard this patch.
Mailer/Mailer.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,6 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.