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 27, 2024
1 parent 9c1669d commit f76a6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Provider/QueryBuilderProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static function buildCondition(): array
'scalar can not be converted to array #1' => [
['@>', 'id', new ArrayExpression(1)],
'"id" @> ARRAY[]',
[]
[],
],
'scalar can not be converted to array #2' => [
['@>', 'id', new ArrayExpression(false)],
Expand Down

0 comments on commit f76a6b6

Please sign in to comment.