@@ -94,7 +94,7 @@ |
||
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 |