Skip to content

Commit 990ebc5

Browse files
authored
Merge pull request #208 from yajra/fix-docblocks
fix: add missing Arrayable param
2 parents 92c228a + 263f288 commit 990ebc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Html/Options/Plugins/SearchPanes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ trait SearchPanes
1616
/**
1717
* Set searchPane option value.
1818
*
19-
* @param array|bool|callable $value
19+
* @param array|Arrayable|bool|callable $value
2020
* @return $this
2121
* @see https://datatables.net/reference/option/searchPanes
2222
*/

0 commit comments

Comments
 (0)