File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,7 @@ public function getInsertedCount()
69
69
* The index of each ID in the map corresponds to the document's position in
70
70
* the bulk operation. If the document had an ID prior to insertion (i.e.
71
71
* the driver did not generate an ID), this will contain its "_id" field
72
- * value. Any driver-generated ID will be an MongoDB\Driver\ObjectID
73
- * instance.
72
+ * value. Any driver-generated ID will be an MongoDB\BSON\ObjectID instance.
74
73
*
75
74
* @return mixed[]
76
75
*/
@@ -142,7 +141,7 @@ public function getUpsertedCount()
142
141
* The index of each ID in the map corresponds to the document's position
143
142
* in bulk operation. If the document had an ID prior to upserting (i.e. the
144
143
* server did not need to generate an ID), this will contain its "_id". Any
145
- * server-generated ID will be an MongoDB\Driver \ObjectID instance.
144
+ * server-generated ID will be an MongoDB\BSON \ObjectID instance.
146
145
*
147
146
* This method should only be called if the write was acknowledged.
148
147
*
Original file line number Diff line number Diff line change @@ -51,8 +51,7 @@ public function getInsertedCount()
51
51
* The index of each ID in the map corresponds to the document's position in
52
52
* the bulk operation. If the document had an ID prior to insertion (i.e.
53
53
* the driver did not generate an ID), this will contain its "_id" field
54
- * value. Any driver-generated ID will be an MongoDB\Driver\ObjectID
55
- * instance.
54
+ * value. Any driver-generated ID will be an MongoDB\BSON\ObjectID instance.
56
55
*
57
56
* @return mixed[]
58
57
*/
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public function getInsertedCount()
50
50
*
51
51
* If the document already an ID prior to insertion (i.e. the driver did not
52
52
* need to generate an ID), this will contain its "_id". Any
53
- * driver-generated ID will be an MongoDB\Driver \ObjectID instance.
53
+ * driver-generated ID will be an MongoDB\BSON \ObjectID instance.
54
54
*
55
55
* @return mixed
56
56
*/
You can’t perform that action at this time.
0 commit comments