Skip to content

Commit 0e2a995

Browse files
likeadeckofcardsSmef
authored andcommitted
rebase - Fix code style issues
1 parent f04328a commit 0e2a995

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Database/Query/FMBaseBuilder.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ public function where($column, $operator = null, $value = null, $boolean = 'and'
180180
$this->addFindRequest();
181181
}
182182

183-
if ($shouldBeOmit) {
184-
$this->omit();
185-
}
183+
if ($shouldBeOmit) {
184+
$this->omit();
185+
}
186186

187187
// If the column is an array, we will assume it is an array of key-value pairs
188188
// and can add them each as a where clause. We will maintain the boolean we

0 commit comments

Comments
 (0)