Skip to content

Commit b6d4aa3

Browse files
authored
Merge pull request #25 from DirectoryTree/analysis-Xp3YVV
Apply fixes from StyleCI [ci skip] [skip ci]
2 parents e103300 + 18abfa3 commit b6d4aa3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/Query/BuilderTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,14 @@ public function test_get_filters()
111111

112112
$this->assertEquals([
113113
'and' => [[
114-
'field' => 'foo',
114+
'field' => 'foo',
115115
'operator' => '=',
116-
'value' => '\62\61\72',
116+
'value' => '\62\61\72',
117117
]],
118118
'or' => [[
119-
'field' => 'baz',
119+
'field' => 'baz',
120120
'operator' => '=',
121-
'value' => '\66\6f\6f',
121+
'value' => '\66\6f\6f',
122122
]],
123123
'raw' => [],
124124
], $b->getFilters());

0 commit comments

Comments
 (0)