Completed
Pull Request — master (#1499)
by Marc
02:55
created
lib/Elastica/Index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -147,7 +147,7 @@
 block discarded – undo
147 147
      *
148 148
      * @link https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-update-by-query.html
149 149
      */
150
-    public function updateByQuery($query, AbstractScript $script , array $options = [])
150
+    public function updateByQuery($query, AbstractScript $script, array $options = [])
151 151
     {
152 152
         $query = Query::create($query)->getQuery();
153 153
 
Please login to merge, or discard this patch.