We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d340f1f commit db628d9Copy full SHA for db628d9
src/InsertManyResult.php
@@ -41,8 +41,8 @@ public function getInsertedCount()
41
* Return a map of the inserted documents' IDs.
42
*
43
* The index of each ID in the map corresponds to the document's position
44
- * in bulk operation. If the document already an ID prior to insertion (i.e.
45
- * the driver did not need to generate an ID), this will contain its "_id".
+ * in bulk operation. If the document had an ID prior to insertion (i.e. the
+ * driver did not generate an ID), this will contain its "_id" field value.
46
* Any driver-generated ID will be an MongoDB\Driver\ObjectID instance.
47
48
* @return mixed[]
0 commit comments