Completed
Push — master ( 1fd401...ad7e7e )
by Pavel
02:23
created
src/DataGrid.php 1 patch
Doc Comments   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1492,7 +1492,6 @@  discard block
 block discarded – undo
1492 1492
 
1493 1493
 	/**
1494 1494
 	 * If we want to sent some initial filter
1495
-	 * @param array $filter
1496 1495
 	 * @param bool  $use_on_reset
1497 1496
 	 * @return static
1498 1497
 	 */
@@ -1857,7 +1856,7 @@  discard block
 block discarded – undo
1857 1856
 
1858 1857
 
1859 1858
 	/**
1860
-	 * @return bool
1859
+	 * @return integer
1861 1860
 	 */
1862 1861
 	public function getOuterFilterColumnsCount()
1863 1862
 	{
@@ -2692,7 +2691,7 @@  discard block
 block discarded – undo
2692 2691
 
2693 2692
 	/**
2694 2693
 	 * Set options of select "items_per_page"
2695
-	 * @param array $items_per_page_list
2694
+	 * @param integer[] $items_per_page_list
2696 2695
 	 * @return static
2697 2696
 	 */
2698 2697
 	public function setItemsPerPageList(array $items_per_page_list, $include_all = true)
@@ -3011,7 +3010,7 @@  discard block
 block discarded – undo
3011 3010
 
3012 3011
 	/**
3013 3012
 	 * Get items detail parameters
3014
-	 * @return array
3013
+	 * @return Column\ItemDetail
3015 3014
 	 */
3016 3015
 	public function getItemsDetail()
3017 3016
 	{
@@ -3085,7 +3084,7 @@  discard block
 block discarded – undo
3085 3084
 
3086 3085
 
3087 3086
 	/**
3088
-	 * @return Nette\Forms\Container|NULL
3087
+	 * @return Utils\ItemDetailForm|null
3089 3088
 	 */
3090 3089
 	public function getItemDetailForm()
3091 3090
 	{
Please login to merge, or discard this patch.