@@ -75,7 +75,7 @@ discard block |
||
| 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 |
||
| 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 |
||
| 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 | { |