Passed
Push — develop ( f2149c...9e9b3a )
by Sam
01:50 queued 17s
created
src/Search/Query/Compound/DisMaxQuery.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
     public function toArray()
66 66
     {
67 67
         $body = [
68
-            'queries' => array_map(function (QueryDSL $query) {
68
+            'queries' => array_map(function(QueryDSL $query) {
69 69
                 return $query->toArray();
70 70
             }, $this->getQueries()),
71 71
         ];
Please login to merge, or discard this patch.