We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b364081 commit 05a9b5cCopy full SHA for 05a9b5c
components/lock.rst
@@ -318,10 +318,10 @@ When the first parameter is a:
318
- ``$options['database']`` is mandatory
319
- ``$options['collection']`` is mandatory
320
321
-`MongoDB Connection String`_:
+MongoDB Connection String:
322
323
-- ``$options['database']`` is used otherwise ``/path``, at least one is mandatory
324
-- ``$options['collection']`` is used otherwise ``?collection=``, at least one is mandatory
+- ``$options['database']`` is used otherwise ``/path`` from the DSN, at least one is mandatory
+- ``$options['collection']`` is used otherwise ``?collection=`` from the DSN, at least one is mandatory
325
326
.. note::
327
0 commit comments