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