Commit 55231c6 1 parent dacd06e commit 55231c6 Copy full SHA for 55231c6
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ class Client
92
92
*
93
93
* Supported driver-specific options:
94
94
*
95
- * * builderEncoder (MongoDB\Builder \Encoder): Encoder for query and
95
+ * * builderEncoder (MongoDB\Codec \Encoder): Encoder for query and
96
96
* aggregation builders. If not given, the default encoder will be used.
97
97
*
98
98
* * typeMap (array): Default type map for cursors and BSON documents.
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ class Collection
114
114
*
115
115
* Supported options:
116
116
*
117
- * * builderEncoder (MongoDB\Builder \Encoder): Encoder for query and
117
+ * * builderEncoder (MongoDB\Codec \Encoder): Encoder for query and
118
118
* aggregation builders. If not given, the default encoder will be used.
119
119
*
120
120
* * codec (MongoDB\Codec\DocumentCodec): Codec used to decode documents
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ class Database
90
90
*
91
91
* Supported options:
92
92
*
93
- * * builderEncoder (MongoDB\Builder \Encoder): Encoder for query and
93
+ * * builderEncoder (MongoDB\Codec \Encoder): Encoder for query and
94
94
* aggregation builders. If not given, the default encoder will be used.
95
95
*
96
96
* * readConcern (MongoDB\Driver\ReadConcern): The default read concern to
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ class BulkWrite implements Executable
98
98
*
99
99
* Supported options for the bulk write operation:
100
100
*
101
- * * builderEncoder (MongoDB\Builder \Encoder): Encoder for query and
101
+ * * builderEncoder (MongoDB\Codec \Encoder): Encoder for query and
102
102
* aggregation builders. If not given, the default encoder will be used.
103
103
*
104
104
* * bypassDocumentValidation (boolean): If true, allows the write to
You can’t perform that action at this time.
0 commit comments