We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8b524 commit f0cee63Copy full SHA for f0cee63
1 file changed
system/View/Table.php
@@ -189,7 +189,7 @@ public function makeColumns($array = [], $columnLimit = 0)
189
*
190
* Can be passed as an array or discreet params
191
192
- * @param mixed $value
+ * @param string $value
193
194
* @return Table
195
*/
@@ -256,7 +256,7 @@ public function setCaption($caption)
256
/**
257
* Generate the table
258
259
- * @param mixed $tableData
+ * @param array|BaseResult|null $tableData
260
261
* @return string
262
0 commit comments