Passed
Push — master ( ced376...f763b7 )
by Darko
06:36
created
Blacklight/ElasticSearchSiteSearch.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -277,8 +277,8 @@
 block discarded – undo
277 277
 
278 278
             // Execute a Scroll request and repeat
279 279
             $results = Elasticsearch::scroll([
280
-                'scroll_id' => $scroll_id,  //...using our previously obtained _scroll_id
281
-                'scroll' => '30s',        // and the same timeout window
280
+                'scroll_id' => $scroll_id, //...using our previously obtained _scroll_id
281
+                'scroll' => '30s', // and the same timeout window
282 282
             ]
283 283
             );
284 284
         }
Please login to merge, or discard this patch.