Completed
Push — master ( 45bbef...7d7e50 )
by Alexey
11:26
created
modules/users/controllers/backend/DefaultController.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
 
76 76
     /**
77 77
      * Lists all User models.
78
-     * @return mixed
78
+     * @return string
79 79
      */
80 80
     public function actionIndex()
81 81
     {
@@ -260,7 +260,7 @@  discard block
 block discarded – undo
260 260
 
261 261
     /**
262 262
      * Remove Avatar
263
-     * @param $model \modules\users\models\backend\User
263
+     * @param User $model \modules\users\models\backend\User
264 264
      * @param string $oldAvatar
265 265
      * @return null
266 266
      */
@@ -280,7 +280,7 @@  discard block
 block discarded – undo
280 280
      * Deletes an existing User model.
281 281
      * If deletion is successful, the browser will be redirected to the 'index' page.
282 282
      * @param integer $id
283
-     * @return mixed
283
+     * @return \yii\web\Response
284 284
      */
285 285
     public function actionDelete($id)
286 286
     {
@@ -351,7 +351,7 @@  discard block
 block discarded – undo
351 351
     /**
352 352
      * Logout action.
353 353
      *
354
-     * @return string
354
+     * @return \yii\web\Response
355 355
      */
356 356
     public function actionLogout()
357 357
     {
Please login to merge, or discard this patch.