Skip to content

Commit f76954b

Browse files
committed
formatting
1 parent 5f6c1fb commit f76954b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/e2e/Adapter/Scopes/DocumentTests.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)