Completed
Push — master ( 509111...bb227c )
by Igor
02:24
created
modules/admin/controllers/UserController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
 
51 51
     /**
52 52
      * Lists all users.
53
-     * @return mixed
53
+     * @return string
54 54
      */
55 55
     public function actionIndex()
56 56
     {
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
      * Deletes an existing UserModel model.
110 110
      * If deletion is successful, the browser will be redirected to the 'index' page.
111 111
      * @param integer $id
112
-     * @return mixed
112
+     * @return \yii\web\Response
113 113
      */
114 114
     public function actionDelete($id)
115 115
     {
Please login to merge, or discard this patch.