Completed
Push — master ( ea2cfc...a12f4a )
by Pavel
02:36
created
src/DataGrid.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1825,7 +1825,7 @@  discard block
 block discarded – undo
1825 1825
 
1826 1826
 	/**
1827 1827
 	 * Set options of select "items_per_page"
1828
-	 * @param array $items_per_page_list
1828
+	 * @param integer[] $items_per_page_list
1829 1829
 	 * @return static
1830 1830
 	 */
1831 1831
 	public function setItemsPerPageList(array $items_per_page_list, $include_all = TRUE)
@@ -2132,7 +2132,7 @@  discard block
 block discarded – undo
2132 2132
 
2133 2133
 	/**
2134 2134
 	 * Get items detail parameters
2135
-	 * @return array
2135
+	 * @return Column\ItemDetail
2136 2136
 	 */
2137 2137
 	public function getItemsDetail()
2138 2138
 	{
@@ -2206,7 +2206,7 @@  discard block
 block discarded – undo
2206 2206
 
2207 2207
 
2208 2208
 	/**
2209
-	 * @return Nette\Forms\Container|NULL
2209
+	 * @return Utils\ItemDetailForm|null
2210 2210
 	 */
2211 2211
 	public function getItemDetailForm()
2212 2212
 	{
@@ -2308,7 +2308,7 @@  discard block
 block discarded – undo
2308 2308
 
2309 2309
 
2310 2310
 	/**
2311
-	 * @return InlineEdit|null
2311
+	 * @return InlineEdit
2312 2312
 	 */
2313 2313
 	public function getInlineEdit()
2314 2314
 	{
Please login to merge, or discard this patch.