Completed
Pull Request — develop (#82)
by Sam
01:39
created
src/Search/Query/Compound/DisMaxQuery.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
     public function toArray()
67 67
     {
68 68
         $body = [
69
-            'queries' => array_map(function (QueryDSL $query) {
69
+            'queries' => array_map(function(QueryDSL $query) {
70 70
                 return $query->toArray();
71 71
             }, $this->queries),
72 72
         ];
Please login to merge, or discard this patch.