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
8888 *
8989 * Supported driver-specific options:
9090 *
91- * * builderEncoder (MongoDB\Builder \Encoder): Encoder for query and
91+ * * builderEncoder (MongoDB\Codec \Encoder): Encoder for query and
9292 * aggregation builders. If not given, the default encoder will be used.
9393 *
9494 * * 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
108108 *
109109 * Supported options:
110110 *
111- * * builderEncoder (MongoDB\Builder \Encoder): Encoder for query and
111+ * * builderEncoder (MongoDB\Codec \Encoder): Encoder for query and
112112 * aggregation builders. If not given, the default encoder will be used.
113113 *
114114 * * 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
8585 *
8686 * Supported options:
8787 *
88- * * builderEncoder (MongoDB\Builder \Encoder): Encoder for query and
88+ * * builderEncoder (MongoDB\Codec \Encoder): Encoder for query and
8989 * aggregation builders. If not given, the default encoder will be used.
9090 *
9191 * * 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
9696 *
9797 * Supported options for the bulk write operation:
9898 *
99- * * builderEncoder (MongoDB\Builder \Encoder): Encoder for query and
99+ * * builderEncoder (MongoDB\Codec \Encoder): Encoder for query and
100100 * aggregation builders. If not given, the default encoder will be used.
101101 *
102102 * * bypassDocumentValidation (boolean): If true, allows the write to
You can’t perform that action at this time.
0 commit comments