Completed
Push — master ( a43018...ba7b00 )
by Alexey
13:09
created
modules/users/controllers/frontend/DefaultController.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
     /**
87 87
      * Signs user up.
88 88
      *
89
-     * @return mixed
89
+     * @return string
90 90
      */
91 91
     public function actionSignup()
92 92
     {
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
     /**
124 124
      * Requests password reset.
125 125
      *
126
-     * @return mixed
126
+     * @return string
127 127
      */
128 128
     public function actionRequestPasswordReset()
129 129
     {
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
      * Resets password.
146 146
      *
147 147
      * @param string $token
148
-     * @return mixed
148
+     * @return string
149 149
      * @throws BadRequestHttpException
150 150
      */
151 151
     public function actionResetPassword($token)
Please login to merge, or discard this patch.