Skip to content

Commit d56fd38

Browse files
committed
Note that $uriOptions need not be encoded
1 parent b8a80af commit d56fd38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/includes/apiargs-MongoDBClient-method-construct-param.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ type: array
2525
description: |
2626
Specifies additional URI options, such as authentication credentials or query
2727
string parameters. The options specified in ``$uriOptions`` take precedence
28-
over any analogous options present in the ``$uri`` string.
28+
over any analogous options present in the ``$uri`` string and do not need to
29+
be encoded according to `RFC 3986 <http://www.faqs.org/rfcs/rfc3986.html>`_.
2930
3031
Refer to the :php:`MongoDB\\Driver\\Manager::__construct()
3132
<mongodb-driver-manager.construct>` extension reference and :manual:`MongoDB

0 commit comments

Comments
 (0)