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