Commit 3dbbd798 authored by Jeremy Mikola's avatar Jeremy Mikola

Merge branch 'v1.0'

parents dc6d831a 71a3b88f
...@@ -96,7 +96,7 @@ class UpdateResult ...@@ -96,7 +96,7 @@ class UpdateResult
{ {
if ($this->isAcknowledged) { if ($this->isAcknowledged) {
foreach ($this->writeResult->getUpsertedIds() as $id) { foreach ($this->writeResult->getUpsertedIds() as $id) {
return $id; return $id;
} }
return null; 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