Completed
Push — master ( 1d5456...d67956 )
by Łukasz
11s
created
EventListener/EnforcePasswordChangeListener.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
Controller/Activation/ActivationController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -187,7 +187,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.