Skip to content

Commit

Permalink
Merge pull request #208 from yajra/fix-docblocks
Browse files Browse the repository at this point in the history
fix: add missing Arrayable param
  • Loading branch information
yajra authored Oct 4, 2023
2 parents 92c228a + 263f288 commit 990ebc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Html/Options/Plugins/SearchPanes.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ trait SearchPanes
/**
* Set searchPane option value.
*
* @param array|bool|callable $value
* @param array|Arrayable|bool|callable $value
* @return $this
* @see https://datatables.net/reference/option/searchPanes
*/
Expand Down

0 comments on commit 990ebc5

Please sign in to comment.