@@ -784,7 +784,7 @@ discard block |
||
784 | 784 | |
785 | 785 | |
786 | 786 | /** |
787 | - * @param Column $column |
|
787 | + * @param Column\Column $column |
|
788 | 788 | * @return array |
789 | 789 | * @internal |
790 | 790 | */ |
@@ -1428,7 +1428,6 @@ discard block |
||
1428 | 1428 | |
1429 | 1429 | /** |
1430 | 1430 | * If we want to sent some initial filter |
1431 | - * @param array $filter |
|
1432 | 1431 | * @param bool $use_on_reset |
1433 | 1432 | * @return static |
1434 | 1433 | */ |
@@ -2485,7 +2484,7 @@ discard block |
||
2485 | 2484 | |
2486 | 2485 | /** |
2487 | 2486 | * Set options of select "items_per_page" |
2488 | - * @param array $items_per_page_list |
|
2487 | + * @param integer[] $items_per_page_list |
|
2489 | 2488 | * @return static |
2490 | 2489 | */ |
2491 | 2490 | public function setItemsPerPageList(array $items_per_page_list, $include_all = TRUE) |
@@ -2804,7 +2803,7 @@ discard block |
||
2804 | 2803 | |
2805 | 2804 | /** |
2806 | 2805 | * Get items detail parameters |
2807 | - * @return array |
|
2806 | + * @return Column\ItemDetail |
|
2808 | 2807 | */ |
2809 | 2808 | public function getItemsDetail() |
2810 | 2809 | { |
@@ -2878,7 +2877,7 @@ discard block |
||
2878 | 2877 | |
2879 | 2878 | |
2880 | 2879 | /** |
2881 | - * @return Nette\Forms\Container|NULL |
|
2880 | + * @return Utils\ItemDetailForm|null |
|
2882 | 2881 | */ |
2883 | 2882 | public function getItemDetailForm() |
2884 | 2883 | { |