@@ -68,7 +68,7 @@ discard block |
||
68 | 68 | /** |
69 | 69 | * Displays homepage. |
70 | 70 | * |
71 | - * @return mixed |
|
71 | + * @return string |
|
72 | 72 | */ |
73 | 73 | public function actionIndex() |
74 | 74 | { |
@@ -99,7 +99,7 @@ discard block |
||
99 | 99 | /** |
100 | 100 | * Logs out the current user. |
101 | 101 | * |
102 | - * @return mixed |
|
102 | + * @return \yii\web\Response |
|
103 | 103 | */ |
104 | 104 | public function actionLogout() |
105 | 105 | { |
@@ -134,7 +134,7 @@ discard block |
||
134 | 134 | /** |
135 | 135 | * Displays about page. |
136 | 136 | * |
137 | - * @return mixed |
|
137 | + * @return string |
|
138 | 138 | */ |
139 | 139 | public function actionAbout() |
140 | 140 | { |