@@ -58,7 +58,7 @@ discard block |
||
58 | 58 | /** |
59 | 59 | * Lists all User models. |
60 | 60 | * |
61 | - * @return mixed |
|
61 | + * @return string |
|
62 | 62 | */ |
63 | 63 | public function actionIndex() |
64 | 64 | { |
@@ -75,7 +75,7 @@ discard block |
||
75 | 75 | * Displays a single User model. |
76 | 76 | * |
77 | 77 | * @param integer $id |
78 | - * @return mixed |
|
78 | + * @return string |
|
79 | 79 | */ |
80 | 80 | public function actionView($id) |
81 | 81 | { |
@@ -144,7 +144,7 @@ discard block |
||
144 | 144 | * @throws \Exception |
145 | 145 | * @throws \yii\web\ForbiddenHttpException |
146 | 146 | * @throws \yii\web\NotFoundHttpException |
147 | - * @return mixed |
|
147 | + * @return \yii\web\Response |
|
148 | 148 | */ |
149 | 149 | public function actionDelete($id) |
150 | 150 | { |