Skip to content

Commit 36cb899

Browse files
Merge v1.x into v2.x (#1595)
2 parents 0bdbf47 + c129a46 commit 36cb899

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

src/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/Operation/BulkWrite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)