Skip to content

Commit a8d1550

Browse files
committed
Merge branch 'v1.7' into v1.8
2 parents fb40a93 + 1c930de commit a8d1550

4 files changed

+6
-7
lines changed

docs/includes/apiargs-MongoDBCollection-method-mapReduce-option.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ name: jsMode
2727
type: boolean
2828
description: |
2929
Specifies whether to convert intermediate data into BSON format between the
30-
execution of the map and reduce functions. The default is ``false``.
30+
execution of the map and reduce functions.
3131
interface: phpmethod
3232
operation: ~
3333
optional: true
@@ -47,7 +47,7 @@ source:
4747
---
4848
arg_name: option
4949
name: query
50-
type: document
50+
type: array|object
5151
description: |
5252
Specifies the selection criteria using query operators for determining the
5353
documents input to the map function.
@@ -67,7 +67,7 @@ post: |
6767
---
6868
arg_name: option
6969
name: scope
70-
type: document
70+
type: array|object
7171
description: |
7272
Specifies global variables that are accessible in the map, reduce, and finalize
7373
functions.
@@ -94,7 +94,6 @@ name: verbose
9494
type: boolean
9595
description: |
9696
Specifies whether to include the timing information in the result information.
97-
The default is ``true``.
9897
interface: phpmethod
9998
operation: ~
10099
optional: true

docs/includes/apiargs-MongoDBCollection-method-mapReduce-param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ optional: false
3030
---
3131
arg_name: param
3232
name: $out
33-
type: string|document
33+
type: string|array|object
3434
description: |
3535
Specifies where to output the result of the map-reduce operation. You can
3636
either output to a collection or return the result inline. On a primary member

docs/reference/method/MongoDBDatabase-listCollectionNames.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ See Also
9191
--------
9292

9393
- :phpmethod:`MongoDB\\Database::listCollections()`
94-
- :manual:`listCollections </reference/command/listCollections` command
94+
- :manual:`listCollections </reference/command/listCollections>` command
9595
reference in the MongoDB manual
9696
- `Enumerating Collections
9797
<https://github.com/mongodb/specifications/blob/master/source/enumerate-collections.rst>`_

docs/reference/method/MongoDBDatabase-listCollections.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ See Also
115115
--------
116116

117117
- :phpmethod:`MongoDB\\Database::listCollectionNames()`
118-
- :manual:`listCollections </reference/command/listCollections` command
118+
- :manual:`listCollections </reference/command/listCollections>` command
119119
reference in the MongoDB manual
120120
- `Enumerating Collections
121121
<https://github.com/mongodb/specifications/blob/master/source/enumerate-collections.rst>`_

0 commit comments

Comments
 (0)