Completed
Branch feature/multi_search_query (65c5f9)
by Alexey
01:57
created
src/Bardex/Elastic/MultiQuery.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
      * @param Query $query
29 29
      * @return $this
30 30
      */
31
-    public function addQuery( Query $query ) {
31
+    public function addQuery(Query $query) {
32 32
         $this->queryList[] = $query;
33 33
         return $this;
34 34
     }
Please login to merge, or discard this patch.