Completed
Push — master ( 9adc0b...e46bc3 )
by vistart
09:07
created
traits/BlameableTrait.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -571,7 +571,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
586 586
     
587 587
     /**
588 588
      *
589
-     * @param BaseUserModel|string $user
590 589
      * @return boolean
591 590
      */
592 591
     public function setUpdater($updater)
Please login to merge, or discard this patch.