Skip to content

Commit 107c67d

Browse files
authored
Merge pull request yajra#2092 from yajra/analysis-8bg6nA
Apply fixes from StyleCI
2 parents cd451d6 + 5474633 commit 107c67d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/QueryDataTable.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -724,11 +724,10 @@ protected function globalSearch($keyword)
724724
*/
725725
protected function showDebugger(array $output)
726726
{
727-
$query_log = $this->connection->getQueryLog();
728-
array_walk_recursive($query_log, function (&$item, $key)
729-
{
730-
$item = utf8_encode($item);
731-
});
727+
$query_log = $this->connection->getQueryLog();
728+
array_walk_recursive($query_log, function (&$item, $key) {
729+
$item = utf8_encode($item);
730+
});
732731

733732
$output['queries'] = $query_log;
734733
$output['input'] = $this->request->all();

0 commit comments

Comments
 (0)