Skip to content

Commit 687a571

Browse files
GromNaNgithub-actions[bot]
authored andcommitted
apply phpcbf formatting
1 parent 0d5ffe1 commit 687a571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Query/Builder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ protected function compileWhereBasic(array $where): array
12661266
// All backslashes are converted to \\, which are needed in matching regexes.
12671267
preg_quote($value),
12681268
);
1269-
$flags = ($where['caseSensitive'] ?? false) ? '' : 'i';
1269+
$flags = $where['caseSensitive'] ?? false ? '' : 'i';
12701270
$value = new Regex('^' . $regex . '$', $flags);
12711271

12721272
// For inverse like operations, we can just use the $not operator with the Regex

0 commit comments

Comments
 (0)