@@ -201,7 +201,7 @@ discard block |
||
201 | 201 | /** |
202 | 202 | * Set original. |
203 | 203 | * |
204 | - * @return object $this |
|
204 | + * @return QueryBuilderTrait $this |
|
205 | 205 | */ |
206 | 206 | protected function withOriginal() |
207 | 207 | { |
@@ -215,7 +215,7 @@ discard block |
||
215 | 215 | /** |
216 | 216 | * Set collection. |
217 | 217 | * |
218 | - * @return object $this |
|
218 | + * @return QueryBuilderTrait $this |
|
219 | 219 | */ |
220 | 220 | protected function withCollection() |
221 | 221 | { |
@@ -229,7 +229,7 @@ discard block |
||
229 | 229 | /** |
230 | 230 | * Set lazy collection. |
231 | 231 | * |
232 | - * @return object $this |
|
232 | + * @return QueryBuilderTrait $this |
|
233 | 233 | */ |
234 | 234 | protected function withLazyCollection() |
235 | 235 | { |
@@ -245,7 +245,7 @@ discard block |
||
245 | 245 | * |
246 | 246 | * @param array $parameters |
247 | 247 | * |
248 | - * @return object $this |
|
248 | + * @return QueryBuilderTrait $this |
|
249 | 249 | */ |
250 | 250 | protected function options($parameters) |
251 | 251 | { |
@@ -269,7 +269,7 @@ discard block |
||
269 | 269 | * |
270 | 270 | * @param array $parameters |
271 | 271 | * |
272 | - * @return object $this |
|
272 | + * @return QueryBuilderTrait $this |
|
273 | 273 | */ |
274 | 274 | protected function where(...$parameters) |
275 | 275 | { |
@@ -297,7 +297,7 @@ discard block |
||
297 | 297 | * @param string $name |
298 | 298 | * @param string $direction |
299 | 299 | * |
300 | - * @return object $this |
|
300 | + * @return QueryBuilderTrait $this |
|
301 | 301 | */ |
302 | 302 | protected function orderBy($name, $direction = 'desc') |
303 | 303 | { |