Skip to content

Commit 9f20fd5

Browse files
committed
lint
1 parent a3f9dfd commit 9f20fd5

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

src/Database/Database.php

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5796,14 +5796,12 @@ public function deleteDocuments(
57965796
* @var array<Document> $batch
57975797
*/
57985798

5799-
$batch = $this->silent(fn () =>
5800-
5801-
$this->withCursor($last, fn () =>
5802-
$this->find(
5803-
$collection->getId(),
5804-
array_merge($new, $queries),
5805-
forPermission: Database::PERMISSION_DELETE
5806-
)));
5799+
$batch = $this->silent(fn () => $this->withCursor($last,
5800+
fn () => $this->find(
5801+
$collection->getId(), array_merge($new, $queries),
5802+
forPermission: Database::PERMISSION_DELETE
5803+
)
5804+
));
58075805

58085806
if (empty($batch)) {
58095807
break;

0 commit comments

Comments
 (0)