@@ -39,7 +39,7 @@ discard block |
||
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 |
||
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 |