Commit 71a3b88f authored by Jeremy Mikola's avatar Jeremy Mikola

Fix indentation

parent cb72ccc1
......@@ -96,7 +96,7 @@ class UpdateResult
{
if ($this->isAcknowledged) {
foreach ($this->writeResult->getUpsertedIds() as $id) {
return $id;
return $id;
}
return null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment