File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -409,7 +409,7 @@ public function testSkipPermissions(): void
409409 ];
410410 }
411411
412- $ documents = array_map (fn ($ d ) => new Document ($ d ), $ data );
412+ $ documents = array_map (fn ($ d ) => new Document ($ d ), $ data );
413413
414414 $ results = [];
415415 $ count = $ database ->createDocuments (__FUNCTION__ , $ documents , onNext: function ($ doc ) use (&$ results ) {
@@ -432,7 +432,7 @@ public function testSkipPermissions(): void
432432 'number ' => 101 ,
433433 ];
434434
435- $ documents = array_map (fn ($ d ) => new Document ($ d ), $ data );
435+ $ documents = array_map (fn ($ d ) => new Document ($ d ), $ data );
436436
437437 Authorization::disable ();
438438
@@ -451,7 +451,7 @@ public function testSkipPermissions(): void
451451 $ this ->assertEquals (2 , $ count );
452452 }
453453
454- public function testUpsertDocuments (): void
454+ public function testUpsertDocuments (): void
455455 {
456456 /** @var Database $database */
457457 $ database = static ::getDatabase ();
You can’t perform that action at this time.
0 commit comments