Completed
Pull Request — master (#1)
by vistart
10:04
created
traits/BlameableTrait.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -572,7 +572,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
598 598
     
599 599
     /**
600 600
      *
601
-     * @param BaseUserModel|string $user
602 601
      * @return boolean
603 602
      */
604 603
     public function setUpdater($updater)
Please login to merge, or discard this patch.