Skip to content

Commit 5e32b95

Browse files
freekmurzeStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 5f33b0d commit 5e32b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SortTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ protected function createQueryFromSortRequest(string $sort): QueryBuilder
153153

154154
protected function assertQueryExecuted(string $query)
155155
{
156-
$queries = array_map(function($queryLogItem) {
156+
$queries = array_map(function ($queryLogItem) {
157157
return $queryLogItem['query'];
158158
}, DB::getQueryLog());
159159

0 commit comments

Comments
 (0)