@@ -14,7 +14,7 @@ |
||
14 | 14 | /** |
15 | 15 | * Logs out the current user. |
16 | 16 | * |
17 | - * @return string |
|
17 | + * @return \yii\web\Response |
|
18 | 18 | */ |
19 | 19 | public function run() |
20 | 20 | { |
@@ -284,7 +284,7 @@ |
||
284 | 284 | } |
285 | 285 | |
286 | 286 | /** |
287 | - * @param $lastLogin |
|
287 | + * @param integer $lastLogin |
|
288 | 288 | */ |
289 | 289 | public function setLastLogin($lastLogin) |
290 | 290 | { |