Skip to content

Commit 831a5fd

Browse files
stevebaumanStyleCIBot
authored andcommitted
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 213bbc8 commit 831a5fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Query/BuilderTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -817,9 +817,9 @@ public function test_nested_not_filter()
817817

818818
$query = $b->notFilter(function ($query) {
819819
$query->where([
820-
'one' => 'one',
821-
'two' => 'two',
822-
]);
820+
'one' => 'one',
821+
'two' => 'two',
822+
]);
823823
})->getUnescapedQuery();
824824

825825
$this->assertEquals('(!(one=one)(two=two))', $query);

0 commit comments

Comments
 (0)