@@ -260,7 +260,7 @@ discard block |
||
260 | 260 | * Get or set option for grid. |
261 | 261 | * |
262 | 262 | * @param string $key |
263 | - * @param mixed $value |
|
263 | + * @param boolean $value |
|
264 | 264 | * |
265 | 265 | * @return $this|mixed |
266 | 266 | */ |
@@ -464,7 +464,7 @@ discard block |
||
464 | 464 | /** |
465 | 465 | * Get the grid paginator. |
466 | 466 | * |
467 | - * @return mixed |
|
467 | + * @return Tools\Paginator |
|
468 | 468 | */ |
469 | 469 | public function paginator() |
470 | 470 | { |
@@ -516,7 +516,7 @@ discard block |
||
516 | 516 | /** |
517 | 517 | * Set grid action callback. |
518 | 518 | * |
519 | - * @param Closure|string $actions |
|
519 | + * @param Closure $actions |
|
520 | 520 | * |
521 | 521 | * @return $this |
522 | 522 | */ |
@@ -876,8 +876,8 @@ discard block |
||
876 | 876 | /** |
877 | 877 | * Dynamically add columns to the grid view. |
878 | 878 | * |
879 | - * @param $method |
|
880 | - * @param $arguments |
|
879 | + * @param string $method |
|
880 | + * @param string[] $arguments |
|
881 | 881 | * |
882 | 882 | * @return Column |
883 | 883 | */ |