Completed
Push — master ( 7d7e50...55e0f0 )
by Alexey
11:27
created
modules/users/controllers/backend/DefaultController.php 1 patch
Doc Comments   +3 added lines, -3 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
     {
@@ -269,7 +269,7 @@  discard block
 block discarded – undo
269 269
      * Deletes an existing User model.
270 270
      * If deletion is successful, the browser will be redirected to the 'index' page.
271 271
      * @param integer $id
272
-     * @return mixed
272
+     * @return \yii\web\Response
273 273
      */
274 274
     public function actionDelete($id)
275 275
     {
@@ -340,7 +340,7 @@  discard block
 block discarded – undo
340 340
     /**
341 341
      * Logout action.
342 342
      *
343
-     * @return string
343
+     * @return \yii\web\Response
344 344
      */
345 345
     public function actionLogout()
346 346
     {
Please login to merge, or discard this patch.