Completed
Push — master ( a44ce5...e3f214 )
by Dominik
40:08 queued 21:45
created
EventListener/FlashListener.php 2 patches
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -82,6 +82,7 @@
 block discarded – undo
82 82
     /**
83 83
      * @param string$message
84 84
      * @param array $params
85
+     * @param string $message
85 86
      *
86 87
      * @return string
87 88
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Azine\EmailUpdateConfirmationBundle\EventListener;
4 4
 
5
-use FOS\UserBundle\FOSUserEvents;
6 5
 use Symfony\Component\EventDispatcher\Event;
7 6
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
8 7
 use Symfony\Component\HttpFoundation\Session\Session;
Please login to merge, or discard this patch.
Services/EmailUpdateConfirmation.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@  discard block
 block discarded – undo
5 5
 use Azine\EmailUpdateConfirmationBundle\EventListener\FlashListener;
6 6
 use Azine\EmailUpdateConfirmationBundle\Mailer\AzineUpdateEmailMailer;
7 7
 use FOS\UserBundle\Event\UserEvent;
8
-use FOS\UserBundle\FOSUserEvents;
9 8
 use FOS\UserBundle\Mailer\MailerInterface;
10 9
 use FOS\UserBundle\Model\UserInterface;
11 10
 use Azine\EmailUpdateConfirmationBundle\Services\EmailEncryptionInterface;
@@ -15,7 +14,6 @@  discard block
 block discarded – undo
15 14
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
16 15
 use Symfony\Component\HttpFoundation\Request;
17 16
 use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
18
-use Symfony\Component\Routing\RouterInterface;
19 17
 
20 18
 class EmailUpdateConfirmation implements EmailUpdateConfirmationInterface
21 19
 {
Please login to merge, or discard this patch.