Completed
Push — master ( ba73cf...03ab86 )
by Benjamin
16:33 queued 06:29
created
Listener/LoginListener.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
   /**
21 21
    * Do the magic.
22 22
    *
23
-   * @param InteractiveLoginEvent $event
24 23
    */
25 24
   public function onSecurityInteractiveLogin()
26 25
   {
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 Alpixel\Bundle\CMSBundle\Listener;
4 4
 
5
-use Symfony\Component\HttpFoundation\Request;
6 5
 use Symfony\Component\Security\Core\SecurityContext;
7 6
 use Symfony\Component\Security\Http\Event\InteractiveLoginEvent;
8 7
 
Please login to merge, or discard this patch.