@@ -11,7 +11,6 @@ |
||
11 | 11 | |
12 | 12 | use FSi\Bundle\AdminSecurityBundle\Security\Firewall\FirewallMapper; |
13 | 13 | use FSi\Bundle\AdminSecurityBundle\Security\User\EnforceablePasswordChangeInterface; |
14 | -use Symfony\Bundle\SecurityBundle\Security\FirewallMap; |
|
15 | 14 | use Symfony\Component\EventDispatcher\EventSubscriberInterface; |
16 | 15 | use Symfony\Component\HttpFoundation\RedirectResponse; |
17 | 16 | use Symfony\Component\HttpFoundation\Request; |
@@ -187,7 +187,7 @@ |
||
187 | 187 | } |
188 | 188 | |
189 | 189 | /** |
190 | - * @param $user |
|
190 | + * @param ActivableInterface|null $user |
|
191 | 191 | * @return bool |
192 | 192 | */ |
193 | 193 | private function isUserEnforcedToChangePassword($user) |