@@ -221,7 +221,7 @@ discard block |
||
221 | 221 | * Get or set option for grid. |
222 | 222 | * |
223 | 223 | * @param string $key |
224 | - * @param mixed $value |
|
224 | + * @param boolean $value |
|
225 | 225 | * |
226 | 226 | * @return $this|mixed |
227 | 227 | */ |
@@ -351,7 +351,7 @@ discard block |
||
351 | 351 | /** |
352 | 352 | * Get the grid paginator. |
353 | 353 | * |
354 | - * @return mixed |
|
354 | + * @return Tools\Paginator |
|
355 | 355 | */ |
356 | 356 | public function paginator() |
357 | 357 | { |
@@ -537,7 +537,7 @@ discard block |
||
537 | 537 | * Process the grid filter. |
538 | 538 | * |
539 | 539 | * @param bool $toArray |
540 | - * @return array|Collection|mixed |
|
540 | + * @return Collection |
|
541 | 541 | */ |
542 | 542 | public function processFilter($toArray = true) |
543 | 543 | { |