Skip to content

Commit 71a3b88

Browse files
committed
Fix indentation
1 parent cb72ccc commit 71a3b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UpdateResult.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function getUpsertedId()
9696
{
9797
if ($this->isAcknowledged) {
9898
foreach ($this->writeResult->getUpsertedIds() as $id) {
99-
return $id;
99+
return $id;
100100
}
101101

102102
return null;

0 commit comments

Comments
 (0)