We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caab35c commit ab51419Copy full SHA for ab51419
components/lock.rst
@@ -329,10 +329,10 @@ When the first parameter is a:
329
- ``$options['database']`` is mandatory
330
- ``$options['collection']`` is mandatory
331
332
-`MongoDB Connection String`_:
+MongoDB Connection String:
333
334
-- ``$options['database']`` is used otherwise ``/path``, at least one is mandatory
335
-- ``$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
336
337
.. note::
338
0 commit comments