Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jan 24, 2025
1 parent ccb59ea commit 1eb453a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Query/FrontFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public function filter(SearchState $state, string|array $value, bool $negate): v

protected function constrain(Builder $query, bool $negate): void
{
$query->where('frontpage', ! $negate);
$query->where('frontpage', !$negate);
}
}
}

0 comments on commit 1eb453a

Please sign in to comment.