Skip to content

Commit fb28926

Browse files
Nielsvanpachgithub-actions[bot]
authored andcommitted
Fix styling
1 parent edd9b1c commit fb28926

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/Filters/FiltersPartial.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ protected static function escapeLike(string $value): string
7474
*/
7575
protected static function maybeSpecifyEscapeChar(string $driver): string
7676
{
77-
if(! in_array($driver, ['sqlite','pgsql','sqlsrv'])) {
77+
if (! in_array($driver, ['sqlite','pgsql','sqlsrv'])) {
7878
return '';
7979
}
8080

tests/FilterTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
use Illuminate\Http\Request;
55
use Illuminate\Support\Carbon;
66
use Illuminate\Support\Facades\DB;
7-
87
use Pest\Expectation;
98

109
use function PHPUnit\Framework\assertObjectHasProperty;

tests/SortTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Spatie\QueryBuilder\Sorts\Sort as SortInterface;
1515
use Spatie\QueryBuilder\Sorts\SortsField;
1616
use Spatie\QueryBuilder\Tests\Concerns\AssertsCollectionSorting;
17-
1817
use Spatie\QueryBuilder\Tests\TestClasses\Models\TestModel;
1918

2019
uses(AssertsCollectionSorting::class);

0 commit comments

Comments
 (0)