Skip to content

Commit d28dece

Browse files
committed
PHPLIB-309 and PHPLIB-315: Fix docs for jsMode and verbose MapReduce opts
PHPLIB no longer specifies a default value for either of these options.
1 parent 5240f06 commit d28dece

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ name: jsMode
2222
type: boolean
2323
description: |
2424
Specifies whether to convert intermediate data into BSON format between the
25-
execution of the map and reduce functions. The default is ``false``.
25+
execution of the map and reduce functions.
2626
interface: phpmethod
2727
operation: ~
2828
optional: true
@@ -89,7 +89,6 @@ name: verbose
8989
type: boolean
9090
description: |
9191
Specifies whether to include the timing information in the result information.
92-
The default is ``true``.
9392
interface: phpmethod
9493
operation: ~
9594
optional: true

0 commit comments

Comments
 (0)