Skip to content

Commit 5e0d224

Browse files
committed
remove unused callback function variable $key
1 parent 05619f5 commit 5e0d224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QueryDataTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ protected function globalSearch($keyword)
766766
protected function showDebugger(array $output)
767767
{
768768
$query_log = $this->connection->getQueryLog();
769-
array_walk_recursive($query_log, function (&$item, $key) {
769+
array_walk_recursive($query_log, function (&$item) {
770770
$item = utf8_encode($item);
771771
});
772772

0 commit comments

Comments
 (0)