Skip to content

Commit 95cb26e

Browse files
committed
Lint
1 parent 30aa37f commit 95cb26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4225,7 +4225,7 @@ public function updateDocuments(
42254225
);
42264226
});
42274227

4228-
foreach ($batch as $i=>$doc) {
4228+
foreach ($batch as $doc) {
42294229
$this->purgeCachedDocument($collection->getId(), $doc->getId());
42304230
$doc = $this->decode($collection, $doc);
42314231
$onNext && $onNext($doc);

0 commit comments

Comments
 (0)