Completed
Push — master ( 6ac92e...33f9f0 )
by Pavel
02:48
created
src/DataGrid.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1757,7 +1757,7 @@  discard block
 block discarded – undo
1757 1757
 
1758 1758
 	/**
1759 1759
 	 * Set options of select "items_per_page"
1760
-	 * @param array $items_per_page_list
1760
+	 * @param integer[] $items_per_page_list
1761 1761
 	 * @return static
1762 1762
 	 */
1763 1763
 	public function setItemsPerPageList(array $items_per_page_list, $include_all = TRUE)
@@ -2064,7 +2064,7 @@  discard block
 block discarded – undo
2064 2064
 
2065 2065
 	/**
2066 2066
 	 * Get items detail parameters
2067
-	 * @return array
2067
+	 * @return Column\ItemDetail
2068 2068
 	 */
2069 2069
 	public function getItemsDetail()
2070 2070
 	{
@@ -2209,7 +2209,7 @@  discard block
 block discarded – undo
2209 2209
 
2210 2210
 
2211 2211
 	/**
2212
-	 * @return InlineEdit|null
2212
+	 * @return InlineEdit
2213 2213
 	 */
2214 2214
 	public function getInlineEdit()
2215 2215
 	{
Please login to merge, or discard this patch.
src/Row.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -219,7 +219,7 @@
 block discarded – undo
219 219
 	/**
220 220
 	 * @param  string        $key
221 221
 	 * @param  Column\Column $column
222
-	 * @return void
222
+	 * @return Column\Column
223 223
 	 */
224 224
 	public function applyColumnCallback($key, Column\Column $column)
225 225
 	{
Please login to merge, or discard this patch.