Commit db628d93 authored by Jeremy Mikola's avatar Jeremy Mikola

Revise InsertManyResult::getInsertedIds() documentation

parent d340f1fa
...@@ -41,8 +41,8 @@ class InsertManyResult ...@@ -41,8 +41,8 @@ class InsertManyResult
* Return a map of the inserted documents' IDs. * Return a map of the inserted documents' IDs.
* *
* The index of each ID in the map corresponds to the document's position * The index of each ID in the map corresponds to the document's position
* in bulk operation. If the document already an ID prior to insertion (i.e. * in bulk operation. If the document had an ID prior to insertion (i.e. the
* the driver did not need to generate an ID), this will contain its "_id". * driver did not generate an ID), this will contain its "_id" field value.
* Any driver-generated ID will be an MongoDB\Driver\ObjectID instance. * Any driver-generated ID will be an MongoDB\Driver\ObjectID instance.
* *
* @return mixed[] * @return mixed[]
......
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