Completed
Push — master ( d2ea95...acce6a )
by Łukasz
14s
created
Controller/Activation/ActivationController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@  discard block
 block discarded – undo
169 169
     }
170 170
 
171 171
     /**
172
-     * @param $token
172
+     * @param string $token
173 173
      * @return ActivableInterface|null
174 174
      */
175 175
     private function tryFindUserByActivationToken($token)
@@ -204,7 +204,7 @@  discard block
 block discarded – undo
204 204
     }
205 205
 
206 206
     /**
207
-     * @param $user
207
+     * @param ActivableInterface|null $user
208 208
      * @return bool
209 209
      */
210 210
     private function isUserEnforcedToChangePassword($user)
Please login to merge, or discard this patch.
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.