Completed
Push — 2.0 ( 0b604a )
by Piotr
53s queued 27s
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.