@@ -72,7 +72,7 @@ |
||
72 | 72 | /** |
73 | 73 | * Logs out the current user. |
74 | 74 | * |
75 | - * @return mixed |
|
75 | + * @return \yii\web\Response |
|
76 | 76 | */ |
77 | 77 | public function actionLogout() |
78 | 78 | { |
@@ -113,7 +113,7 @@ |
||
113 | 113 | /** |
114 | 114 | * Deletes an existing User model. |
115 | 115 | * This delete set status blocked, is successful, logout and the browser will be redirected to the 'home' page. |
116 | - * @return mixed |
|
116 | + * @return Response |
|
117 | 117 | */ |
118 | 118 | public function actionDelete() |
119 | 119 | { |