Test Failed
Push — master ( 47aa95...087102 )
by vistart
17:56
created
traits/BlameableTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -573,7 +573,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.