Completed
Push — master ( b0256d...66d43c )
by Pavel
02:53
created
src/DataGrid.php 1 patch
Doc Comments   +6 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1736,7 +1736,7 @@  discard block
 block discarded – undo
1736 1736
 
1737 1737
 	/**
1738 1738
 	 * Set options of select "items_per_page"
1739
-	 * @param array $items_per_page_list
1739
+	 * @param integer[] $items_per_page_list
1740 1740
 	 * @return static
1741 1741
 	 */
1742 1742
 	public function setItemsPerPageList(array $items_per_page_list, $include_all = TRUE)
@@ -2043,7 +2043,7 @@  discard block
 block discarded – undo
2043 2043
 
2044 2044
 	/**
2045 2045
 	 * Get items detail parameters
2046
-	 * @return array
2046
+	 * @return Column\ItemDetail
2047 2047
 	 */
2048 2048
 	public function getItemsDetail()
2049 2049
 	{
@@ -2115,6 +2115,9 @@  discard block
 block discarded – undo
2115 2115
 	}
2116 2116
 
2117 2117
 
2118
+	/**
2119
+	 * @param string $name
2120
+	 */
2118 2121
 	public function getRowCondition($name, $key = NULL)
2119 2122
 	{
2120 2123
 		if (!isset($this->row_conditions[$name])) {
@@ -2148,7 +2151,7 @@  discard block
 block discarded – undo
2148 2151
 
2149 2152
 
2150 2153
 	/**
2151
-	 * @return InlineEdit|null
2154
+	 * @return InlineEdit
2152 2155
 	 */
2153 2156
 	public function getInlineEdit()
2154 2157
 	{
Please login to merge, or discard this patch.