Completed
Push — master ( ca3a89...f348a3 )
by Pavel
07:11 queued 04:12
created
src/DataGrid.php 1 patch
Doc Comments   +6 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1203,7 +1203,6 @@  discard block
 block discarded – undo
1203 1203
 
1204 1204
 	/**
1205 1205
 	 * If we want to sent some initial filter
1206
-	 * @param array $filter
1207 1206
 	 * @param bool  $use_on_reset
1208 1207
 	 * @return static
1209 1208
 	 */
@@ -2049,7 +2048,7 @@  discard block
 block discarded – undo
2049 2048
 
2050 2049
 	/**
2051 2050
 	 * Set options of select "items_per_page"
2052
-	 * @param array $items_per_page_list
2051
+	 * @param integer[] $items_per_page_list
2053 2052
 	 * @return static
2054 2053
 	 */
2055 2054
 	public function setItemsPerPageList(array $items_per_page_list, $include_all = TRUE)
@@ -2356,7 +2355,7 @@  discard block
 block discarded – undo
2356 2355
 
2357 2356
 	/**
2358 2357
 	 * Get items detail parameters
2359
-	 * @return array
2358
+	 * @return Column\ItemDetail
2360 2359
 	 */
2361 2360
 	public function getItemsDetail()
2362 2361
 	{
@@ -2430,7 +2429,7 @@  discard block
 block discarded – undo
2430 2429
 
2431 2430
 
2432 2431
 	/**
2433
-	 * @return Nette\Forms\Container|NULL
2432
+	 * @return Utils\ItemDetailForm|null
2434 2433
 	 */
2435 2434
 	public function getItemDetailForm()
2436 2435
 	{
@@ -2532,7 +2531,7 @@  discard block
 block discarded – undo
2532 2531
 
2533 2532
 
2534 2533
 	/**
2535
-	 * @return InlineEdit|null
2534
+	 * @return InlineEdit
2536 2535
 	 */
2537 2536
 	public function getInlineEdit()
2538 2537
 	{
@@ -2580,7 +2579,7 @@  discard block
 block discarded – undo
2580 2579
 
2581 2580
 
2582 2581
 	/**
2583
-	 * @return InlineEdit|null
2582
+	 * @return InlineEdit
2584 2583
 	 */
2585 2584
 	public function getInlineAdd()
2586 2585
 	{
@@ -2644,7 +2643,7 @@  discard block
 block discarded – undo
2644 2643
 
2645 2644
 
2646 2645
 	/**
2647
-	 * @return ColumnsSummary|NULL
2646
+	 * @return ColumnsSummary
2648 2647
 	 */
2649 2648
 	public function getColumnsSummary()
2650 2649
 	{
Please login to merge, or discard this patch.