@@ -20,7 +20,6 @@ |
||
| 20 | 20 | /** |
| 21 | 21 | * Do the magic. |
| 22 | 22 | * |
| 23 | - * @param InteractiveLoginEvent $event |
|
| 24 | 23 | */ |
| 25 | 24 | public function onSecurityInteractiveLogin() |
| 26 | 25 | { |
@@ -2,7 +2,6 @@ |
||
| 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 | |