Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-php-library
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sinan
mongo-php-library
Commits
7fc11646
Commit
7fc11646
authored
Jun 02, 2016
by
Derick Rethans
Committed by
Jeremy Mikola
Jun 03, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed documentation to point to the right BSON namespace for ObjectID
parent
d9aee1d9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
BulkWriteResult.php
src/BulkWriteResult.php
+2
-3
InsertManyResult.php
src/InsertManyResult.php
+1
-2
InsertOneResult.php
src/InsertOneResult.php
+1
-1
No files found.
src/BulkWriteResult.php
View file @
7fc11646
...
...
@@ -69,8 +69,7 @@ class BulkWriteResult
* The index of each ID in the map corresponds to the document's position in
* the 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. Any driver-generated ID will be an MongoDB\Driver\ObjectID
* instance.
* value. Any driver-generated ID will be an MongoDB\BSON\ObjectID instance.
*
* @return mixed[]
*/
...
...
@@ -142,7 +141,7 @@ class BulkWriteResult
* The index of each ID in the map corresponds to the document's position
* in bulk operation. If the document had an ID prior to upserting (i.e. the
* server did not need to generate an ID), this will contain its "_id". Any
* server-generated ID will be an MongoDB\
Driver
\ObjectID instance.
* server-generated ID will be an MongoDB\
BSON
\ObjectID instance.
*
* This method should only be called if the write was acknowledged.
*
...
...
src/InsertManyResult.php
View file @
7fc11646
...
...
@@ -51,8 +51,7 @@ class InsertManyResult
* The index of each ID in the map corresponds to the document's position in
* the 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. Any driver-generated ID will be an MongoDB\Driver\ObjectID
* instance.
* value. Any driver-generated ID will be an MongoDB\BSON\ObjectID instance.
*
* @return mixed[]
*/
...
...
src/InsertOneResult.php
View file @
7fc11646
...
...
@@ -50,7 +50,7 @@ class InsertOneResult
*
* If the document already an ID prior to insertion (i.e. the driver did not
* need to generate an ID), this will contain its "_id". Any
* driver-generated ID will be an MongoDB\
Driver
\ObjectID instance.
* driver-generated ID will be an MongoDB\
BSON
\ObjectID instance.
*
* @return mixed
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment