Completed
Pull Request — master (#405)
by Martin
03:48
created
src/DataGrid.php 1 patch
Doc Comments   +5 added lines, -6 removed lines patch added patch discarded remove patch
@@ -731,7 +731,7 @@  discard block
 block discarded – undo
731 731
 
732 732
 
733 733
 	/**
734
-	 * @param Column  $column
734
+	 * @param Column\Column  $column
735 735
 	 * @return array
736 736
 	 * @internal
737 737
 	 */
@@ -744,7 +744,7 @@  discard block
 block discarded – undo
744 744
 	/**
745 745
 	 * @param  array         $sort
746 746
 	 * @param  callable|NULL $sort_callback
747
-	 * @return void
747
+	 * @return Sorting
748 748
 	 */
749 749
 	protected function createSorting(array $sort, callable $sort_callback = NULL)
750 750
 	{
@@ -1354,7 +1354,6 @@  discard block
 block discarded – undo
1354 1354
 
1355 1355
 	/**
1356 1356
 	 * If we want to sent some initial filter
1357
-	 * @param array $filter
1358 1357
 	 * @param bool  $use_on_reset
1359 1358
 	 * @return static
1360 1359
 	 */
@@ -2381,7 +2380,7 @@  discard block
 block discarded – undo
2381 2380
 
2382 2381
 	/**
2383 2382
 	 * Set options of select "items_per_page"
2384
-	 * @param array $items_per_page_list
2383
+	 * @param integer[] $items_per_page_list
2385 2384
 	 * @return static
2386 2385
 	 */
2387 2386
 	public function setItemsPerPageList(array $items_per_page_list, $include_all = TRUE)
@@ -2688,7 +2687,7 @@  discard block
 block discarded – undo
2688 2687
 
2689 2688
 	/**
2690 2689
 	 * Get items detail parameters
2691
-	 * @return array
2690
+	 * @return Column\ItemDetail
2692 2691
 	 */
2693 2692
 	public function getItemsDetail()
2694 2693
 	{
@@ -2762,7 +2761,7 @@  discard block
 block discarded – undo
2762 2761
 
2763 2762
 
2764 2763
 	/**
2765
-	 * @return Nette\Forms\Container|NULL
2764
+	 * @return Utils\ItemDetailForm|null
2766 2765
 	 */
2767 2766
 	public function getItemDetailForm()
2768 2767
 	{
Please login to merge, or discard this patch.