Skip to content

allow custom order by #254

allow custom order by

allow custom order by #254

Re-run triggered June 20, 2023 18:41
Status Success
Total duration 1m 5s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

review.yml

on: pull_request
Matrix: fight-mutants
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Mutation Testing Code Review Annotations 8.1: src/Infrastructure/Scout/ScoutSearchCommandBuilder.php#L312
Escaped Mutant for Mutator "InstanceOf_": --- Original +++ New @@ @@ private static function getSorts(Builder $builder) : array { return array_map(static function ($order) { - return $order instanceof SyntaxInterface ? $order : new Sort($order['column'], $order['direction']); + return false ? $order : new Sort($order['column'], $order['direction']); }, $builder->orders); } }
Mutation Testing Code Review Annotations 8.2: src/Infrastructure/Scout/ScoutSearchCommandBuilder.php#L312
Escaped Mutant for Mutator "InstanceOf_": --- Original +++ New @@ @@ private static function getSorts(Builder $builder) : array { return array_map(static function ($order) { - return $order instanceof SyntaxInterface ? $order : new Sort($order['column'], $order['direction']); + return false ? $order : new Sort($order['column'], $order['direction']); }, $builder->orders); } }