Completed
Push — master ( ac64bc...0be11e )
by vistart
07:19
created
traits/EntityQueryTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
 
95 95
     /**
96 96
      * Specify page condition.
97
-     * @param string|int $pageSize It will return all models if it is 'all',
97
+     * @param integer $pageSize It will return all models if it is 'all',
98 98
      * or it will be regarded as sum of models.
99 99
      * @param int $currentPage The current page number if it is integer begun with 0.
100 100
      * @return $this
Please login to merge, or discard this patch.