File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,8 @@ Parameters
54
54
55
55
* - writeConcern
56
56
- :php:`MongoDB\\Driver\\WriteConcern <class.mongodb-driver-writeconcern>`
57
- - The default write concern to use for database operations. Defaults
58
- to the original database's write concern.
59
-
60
-
57
+ - The default write concern to use for database operations. Defaults to
58
+ the original database's write concern.
61
59
62
60
Return Values
63
61
-------------
Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ Parameters
48
48
49
49
* - readConcern
50
50
- :php:`MongoDB\\Driver\\ReadConcern <class.mongodb-driver-readconcern>`
51
- - The default read concern to use for database operations. Defaults to the
52
- manager's read concern.
51
+ - The default read concern to use for database operations. Defaults to
52
+ the manager's read concern.
53
53
54
54
* - readPreference
55
55
- :php:`MongoDB\\Driver\\ReadPreference <class.mongodb-driver-readpreference>`
@@ -73,8 +73,8 @@ Parameters
73
73
74
74
* - writeConcern
75
75
- :php:`MongoDB\\Driver\\WriteConcern <class.mongodb-driver-writeconcern>`
76
- - The default write concern to use for database operations. Defaults
77
- to the manager's write concern.
76
+ - The default write concern to use for database operations. Defaults to
77
+ the manager's write concern.
78
78
79
79
Errors/Exceptions
80
80
-----------------
You can’t perform that action at this time.
0 commit comments