Skip to content

Commit 425fb5f

Browse files
committed
go back
1 parent acba174 commit 425fb5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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\\Codec\\Encoder
128+
- MongoDB\\Builder\\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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Definition
4949
- Description
5050

5151
* - builderEncoder
52-
- MongoDB\\Codec\\Encoder
52+
- MongoDB\\Builder\\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.
5555

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\\Codec\\Encoder
49+
- MongoDB\\Builder\\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)