Skip to content

Commit 18f75cd

Browse files
committed
Apply fixes from StyleCI
1 parent 24bc462 commit 18f75cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Query/FrontFilter.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ public function filter(SearchState $state, string|array $value, bool $negate): v
3333

3434
protected function constrain(Builder $query, bool $negate): void
3535
{
36-
$query->where('frontpage', ! $negate);
36+
$query->where('frontpage', !$negate);
3737
}
38-
}
38+
}

0 commit comments

Comments
 (0)