Completed
Push — master ( 5a2949...79e283 )
by Pavel
02:44
created
src/DataGrid.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1596,7 +1596,7 @@  discard block
 block discarded – undo
1596 1596
 
1597 1597
 	/**
1598 1598
 	 * Set options of select "items_per_page"
1599
-	 * @param array $items_per_page_list
1599
+	 * @param integer[] $items_per_page_list
1600 1600
 	 * @return static
1601 1601
 	 */
1602 1602
 	public function setItemsPerPageList(array $items_per_page_list, $include_all = TRUE)
@@ -1903,7 +1903,7 @@  discard block
 block discarded – undo
1903 1903
 
1904 1904
 	/**
1905 1905
 	 * Get items detail parameters
1906
-	 * @return array
1906
+	 * @return Column\ItemDetail
1907 1907
 	 */
1908 1908
 	public function getItemsDetail()
1909 1909
 	{
@@ -1975,6 +1975,9 @@  discard block
 block discarded – undo
1975 1975
 	}
1976 1976
 
1977 1977
 
1978
+	/**
1979
+	 * @param string $name
1980
+	 */
1978 1981
 	public function getRowCondition($name, $key = NULL)
1979 1982
 	{
1980 1983
 		if (!isset($this->row_conditions[$name])) {
Please login to merge, or discard this patch.
src/Traits/ButtonIconTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 
11 11
 use Ublaboo\DataGrid\DataGrid;
12 12
 use Nette\Utils\Html;
13
-use Ublaboo\DataGrid\Row;
14 13
 
15 14
 trait ButtonIconTrait
16 15
 {
Please login to merge, or discard this patch.