Completed
Push — master ( 5935f0...fe6898 )
by Pavel
18:25
created
src/DataGrid.php 1 patch
Doc Comments   +5 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1532,7 +1532,7 @@  discard block
 block discarded – undo
1532 1532
 
1533 1533
 	/**
1534 1534
 	 * Set options of select "items_per_page"
1535
-	 * @param array $items_per_page_list
1535
+	 * @param integer[] $items_per_page_list
1536 1536
 	 * @return static
1537 1537
 	 */
1538 1538
 	public function setItemsPerPageList(array $items_per_page_list, $include_all = TRUE)
@@ -1837,7 +1837,7 @@  discard block
 block discarded – undo
1837 1837
 
1838 1838
 	/**
1839 1839
 	 * Get items detail parameters
1840
-	 * @return array
1840
+	 * @return Column\ItemDetail
1841 1841
 	 */
1842 1842
 	public function getItemsDetail()
1843 1843
 	{
@@ -1909,6 +1909,9 @@  discard block
 block discarded – undo
1909 1909
 	}
1910 1910
 
1911 1911
 
1912
+	/**
1913
+	 * @param string $name
1914
+	 */
1912 1915
 	public function getRowCondition($name, $key = NULL)
1913 1916
 	{
1914 1917
 		if (!isset($this->row_conditions[$name])) {
@@ -1942,7 +1945,6 @@  discard block
 block discarded – undo
1942 1945
 
1943 1946
 	/**
1944 1947
 	 * Order Grid to set columns hideable.
1945
-	 * @param bool $do
1946 1948
 	 * @return static
1947 1949
 	 */
1948 1950
 	public function setColumnsHideable()
Please login to merge, or discard this patch.