Skip to content

Commit 5ac075d

Browse files
committed
lint
1 parent db4e801 commit 5ac075d

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
@@ -4124,7 +4124,7 @@ public function updateDocuments(string $collection, Document $updates, array $qu
41244124
Query::limit($batchSize)
41254125
];
41264126

4127-
if(! empty($lastDocument)){
4127+
if (! empty($lastDocument)) {
41284128
$new[] = Query::cursorAfter($lastDocument);
41294129
}
41304130

0 commit comments

Comments
 (0)