Passed
Push — feat/where-in ( beea29...afa3e8 )
by Nuno
21:46 queued 16:26
created
src/Engines/AlgoliaEngine.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -108,8 +108,8 @@
 block discarded – undo
108 108
     {
109 109
         $operators = ['<', '<=', '=', '!=', '>=', '>', ':'];
110 110
 
111
-        return collect($builder->wheres)->map(function ($value, $key) use ($operators) {
112
-            if (! is_array($value)) {
111
+        return collect($builder->wheres)->map(function($value, $key) use ($operators) {
112
+            if ( ! is_array($value)) {
113 113
                 if (ends_with($key, $operators) || starts_with($value, $operators)) {
114 114
                     return $key.' '.$value;
115 115
                 }
Please login to merge, or discard this patch.