@@ -573,7 +573,7 @@ discard block |
||
| 573 | 573 | /** |
| 574 | 574 | * |
| 575 | 575 | * @param BaseUserModel|string $user |
| 576 | - * @return boolean |
|
| 576 | + * @return string|boolean |
|
| 577 | 577 | */ |
| 578 | 578 | public function setUser($user) |
| 579 | 579 | { |
@@ -584,7 +584,7 @@ discard block |
||
| 584 | 584 | * Get updater who updated this blameable model recently. |
| 585 | 585 | * NOTICE! This method will not check whether `$hostClass` exists. You should |
| 586 | 586 | * specify it in `init()` method. |
| 587 | - * @return BaseUserQuery user. |
|
| 587 | + * @return null|\yii\dbActiveQueryInterface user. |
|
| 588 | 588 | */ |
| 589 | 589 | public function getUpdater() |
| 590 | 590 | { |