Skip to content

Commit 73d2c29

Browse files
committed
Lint
1 parent d8c9b53 commit 73d2c29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Database/Database.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5834,7 +5834,7 @@ public function upsertDocumentsWithIncrease(
58345834
}
58355835

58365836
foreach ($batch as $index => $doc) {
5837-
$doc = $this->adapter->castingAfter($collection, $doc);
5837+
$doc = $this->adapter->castingAfter($collection, $doc);
58385838
$doc = $this->decode($collection, $doc);
58395839

58405840
if ($this->getSharedTables() && $this->getTenantPerDocument()) {
@@ -6865,7 +6865,7 @@ public function find(string $collection, array $queries = [], string $forPermiss
68656865
}
68666866

68676867
foreach ($results as $index => $node) {
6868-
$node = $this->adapter->castingAfter($collection, $node);
6868+
$node = $this->adapter->castingAfter($collection, $node);
68696869
$node = $this->casting($collection, $node);
68706870
$node = $this->decode($collection, $node, $selections);
68716871

0 commit comments

Comments
 (0)