Passed
Push — master ( bd06cb...6b2bf4 )
by vistart
09:16
created
traits/EntityQueryTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
 
40 40
     /**
41 41
      * Specify guid attribute.
42
-     * @param string|array $guid
42
+     * @param string $guid
43 43
      * @param false|string $like false, 'like', 'or like', 'not like', 'or not like'.
44 44
      * @return $this
45 45
      */
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
     
146 146
     /**
147 147
      * Specify page condition.
148
-     * @param string|int $pageSize It will return all models if it is 'all',
148
+     * @param integer $pageSize It will return all models if it is 'all',
149 149
      * or it will be regarded as sum of models.
150 150
      * @param int $currentPage The current page number if it is integer begun with 0.
151 151
      * @return $this
Please login to merge, or discard this patch.