File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ class Client
88
88
*
89
89
* Supported driver-specific options:
90
90
*
91
- * * builderEncoder (MongoDB\Builder \Encoder): Encoder for query and
91
+ * * builderEncoder (MongoDB\Codec \Encoder): Encoder for query and
92
92
* aggregation builders. If not given, the default encoder will be used.
93
93
*
94
94
* * typeMap (array): Default type map for cursors and BSON documents.
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ class Collection
108
108
*
109
109
* Supported options:
110
110
*
111
- * * builderEncoder (MongoDB\Builder \Encoder): Encoder for query and
111
+ * * builderEncoder (MongoDB\Codec \Encoder): Encoder for query and
112
112
* aggregation builders. If not given, the default encoder will be used.
113
113
*
114
114
* * codec (MongoDB\Codec\DocumentCodec): Codec used to decode documents
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ class Database
85
85
*
86
86
* Supported options:
87
87
*
88
- * * builderEncoder (MongoDB\Builder \Encoder): Encoder for query and
88
+ * * builderEncoder (MongoDB\Codec \Encoder): Encoder for query and
89
89
* aggregation builders. If not given, the default encoder will be used.
90
90
*
91
91
* * readConcern (MongoDB\Driver\ReadConcern): The default read concern to
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ final class BulkWrite
96
96
*
97
97
* Supported options for the bulk write operation:
98
98
*
99
- * * builderEncoder (MongoDB\Builder \Encoder): Encoder for query and
99
+ * * builderEncoder (MongoDB\Codec \Encoder): Encoder for query and
100
100
* aggregation builders. If not given, the default encoder will be used.
101
101
*
102
102
* * bypassDocumentValidation (boolean): If true, allows the write to
You can’t perform that action at this time.
0 commit comments