Completed
Pull Request — master (#12)
by
unknown
03:18
created
Command/UpdateUser.php 1 patch
Doc Comments   +4 added lines, -3 removed lines patch added patch discarded remove patch
@@ -35,9 +35,10 @@
 block discarded – undo
35 35
      * UpdateUser constructor.
36 36
      *
37 37
      * @param UserInterface $user
38
-     * @param $username
39
-     * @param $password
40
-     * @param $displayName
38
+     * @param string $username
39
+     * @param string $password
40
+     * @param string $displayName
41
+     * @param string $email
41 42
      */
42 43
     public function __construct(UserInterface $user, $username, $password, $displayName, $email)
43 44
     {
Please login to merge, or discard this patch.
Command/PasswordResetRequestHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
     /**
60 60
      * Sends the password reset token to the user.
61 61
      *
62
-     * @param PasswordResetInterface $user
62
+     * @param \SumoCoders\FrameworkMultiUserBundle\User\UserInterface $user
63 63
      *
64 64
      * @return int
65 65
      */
Please login to merge, or discard this patch.