@@ -554,7 +554,7 @@ |
||
| 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; |