Skip to content

Commit bc8b327

Browse files
committed
Apply fixes from StyleCI
1 parent 9b45a42 commit bc8b327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Engines/MeilisearchEngine.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ protected function filters(Builder $builder)
188188

189189
$whereInOperators = [
190190
'whereIns' => 'IN',
191-
'whereNotIns' => 'NOT IN'
191+
'whereNotIns' => 'NOT IN',
192192
];
193193

194194
foreach ($whereInOperators as $property => $operator) {

0 commit comments

Comments
 (0)