Completed
Push — master ( c3ca4d...7a4819 )
by Dominik
06:54
created
Services/EmailUpdateConfirmation.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@  discard block
 block discarded – undo
3 3
 namespace Azine\EmailUpdateConfirmationBundle\Services;
4 4
 
5 5
 use Azine\EmailUpdateConfirmationBundle\EventListener\FlashListener;
6
-use Azine\EmailUpdateConfirmationBundle\Mailer\AzineUpdateEmailMailer;
7 6
 use FOS\UserBundle\Event\UserEvent;
8
-use FOS\UserBundle\FOSUserEvents;
9 7
 use FOS\UserBundle\Mailer\MailerInterface;
10 8
 use FOS\UserBundle\Model\UserInterface;
11 9
 use Azine\EmailUpdateConfirmationBundle\Services\EmailEncryptionInterface;
@@ -15,7 +13,6 @@  discard block
 block discarded – undo
15 13
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
16 14
 use Symfony\Component\HttpFoundation\Request;
17 15
 use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
18
-use Symfony\Component\Routing\RouterInterface;
19 16
 
20 17
 class EmailUpdateConfirmation implements EmailUpdateConfirmationInterface
21 18
 {
Please login to merge, or discard this patch.