Skip to content

Commit dea7bb2

Browse files
committed
add exportRender method to be used in datatable-buttons for render print + exports as expected: bugfix for static analysis with phpstan
1 parent d48dc1b commit dea7bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Html/Column.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ public function render(mixed $value): static
494494
/**
495495
* Set Callback function to render column for Print + Export
496496
*
497-
* @param function $callback
497+
* @param callable $callback
498498
* @return $this
499499
500500
*/

0 commit comments

Comments
 (0)