Completed
Push — master ( 7e4de1...50346d )
by Ema
20s
created
tests/BulkTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -554,7 +554,7 @@
 block discarded – undo
554 554
         $doc2 = new Document('2', ['name' => 'Beckenbauer'], $index);
555 555
         $doc3 = new Document('3', ['name' => 'Baggio'], $index);
556 556
         $doc4 = new Document('4', ['name' => 'Cruyff'], $index);
557
-        $documents = \array_map(static function ($d) {
557
+        $documents = \array_map(static function($d) {
558 558
             $d->setDocAsUpsert(true);
559 559
 
560 560
             return $d;
Please login to merge, or discard this patch.