File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public function getInsertedCount()
38
38
}
39
39
40
40
/**
41
- * Return the map of inserted IDs that were generated by the driver .
41
+ * Return a map of the inserted documents' IDs .
42
42
*
43
43
* The index of each ID in the map corresponds to the document's position
44
44
* in bulk operation. If the document already an ID prior to insertion (i.e.
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public function getInsertedCount()
38
38
}
39
39
40
40
/**
41
- * Return the inserted ID that was generated by the driver .
41
+ * Return the inserted document's ID .
42
42
*
43
43
* If the document already an ID prior to insertion (i.e. the driver did not
44
44
* need to generate an ID), this will contain its "_id". Any
You can’t perform that action at this time.
0 commit comments