@@ -138,7 +138,7 @@ discard block |
||
138 | 138 | * |
139 | 139 | * @param array $parameters |
140 | 140 | * |
141 | - * @return object $this |
|
141 | + * @return QueryBuilderTrait $this |
|
142 | 142 | */ |
143 | 143 | protected function options($parameters) |
144 | 144 | { |
@@ -162,7 +162,7 @@ discard block |
||
162 | 162 | * |
163 | 163 | * @param array $parameters |
164 | 164 | * |
165 | - * @return object $this |
|
165 | + * @return QueryBuilderTrait $this |
|
166 | 166 | */ |
167 | 167 | protected function where(...$parameters) |
168 | 168 | { |
@@ -194,7 +194,7 @@ discard block |
||
194 | 194 | * @param string $name |
195 | 195 | * @param string $direction |
196 | 196 | * |
197 | - * @return object $this |
|
197 | + * @return QueryBuilderTrait $this |
|
198 | 198 | */ |
199 | 199 | protected function orderBy($name, $direction = 'desc') |
200 | 200 | { |
@@ -107,7 +107,7 @@ |
||
107 | 107 | /** |
108 | 108 | * Count the total pages and return. |
109 | 109 | * |
110 | - * @return mixed |
|
110 | + * @return integer |
|
111 | 111 | */ |
112 | 112 | public function countPages() |
113 | 113 | { |