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