Skip to content

Commit acba174

Browse files
committed
fix type
1 parent b688efa commit acba174

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

source/reference/method/MongoDBClient__construct.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Parameters
125125
]
126126

127127
* - builderEncoder
128-
- MongoDB\\Builder\\Encoder
128+
- MongoDB\\Codec\\Encoder
129129
- Encoder to use for query and aggregation builders. If not set, this option
130130
defaults to a new instance of the ``MongoDB\Builder\BuilderEncoder`` class.
131131

source/reference/method/MongoDBCollection__construct.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ Definition
4949
- Description
5050

5151
* - builderEncoder
52-
- MongoDB\\Builder\\Encoder
52+
- MongoDB\\Codec\\Encoder
5353
- Encoder to use for query and aggregation builders. If not set, this option
5454
defaults to a new instance of the ``MongoDB\Builder\BuilderEncoder`` class.
55-
55+
5656
* - codec
5757
- MongoDB\\Codec\\DocumentCodec
5858
- The default :doc:`codec </data-formats/codecs>` to use for collection

source/reference/method/MongoDBDatabase__construct.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Parameters
4646
- Description
4747

4848
* - builderEncoder
49-
- MongoDB\\Builder\\Encoder
49+
- MongoDB\\Codec\\Encoder
5050
- Encoder to use for query and aggregation builders. If not set, this option
5151
defaults to a new instance of the ``MongoDB\Builder\BuilderEncoder`` class.
5252

0 commit comments

Comments
 (0)