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 Apr 18, 2024
1 parent 9c1b34c commit d180974
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function whereUuid($parameters)
public function whereIn($parameters, array $values)
{
return $this->assignExpressionToParameters(
$parameters,
$parameters,
collect($values)
->map(fn ($value) => $value instanceof BackedEnum ? $value->value : $value)
->implode('|')
Expand Down

0 comments on commit d180974

Please sign in to comment.