Completed
Push — devel ( 5467e7...ed54e7 )
by Alexey
01:49
created
src/Bardex/Elastic/Query.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -353,7 +353,7 @@
 block discarded – undo
353 353
      */
354 354
     public function whereMatch($field, $text)
355 355
     {
356
-        if ( is_array($field) ) {
356
+        if (is_array($field)) {
357 357
             $this->filters[] = [
358 358
                 'multi_match' => [
359 359
                     'query'  => $text,
Please login to merge, or discard this patch.