Skip to content

Commit b3b3aca

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: Tweaks Update lock.rst
2 parents 06a95ad + df56c8e commit b3b3aca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/lock.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,9 @@ Store Scope Blocking Ex
404404
.. tip::
405405

406406
Symfony includes two other special stores that are mostly useful for testing:
407-
``InMemoryStore``, which saves locks in memory during a process, and ``NullStore``,
408-
which doesn't persist anything.
407+
408+
* ``InMemoryStore`` (``LOCK_DSN=in-memory``), which saves locks in memory during a process;
409+
* ``NullStore`` (``LOCK_DSN=null``) which doesn't persist anything.
409410

410411
.. versionadded:: 7.2
411412

0 commit comments

Comments
 (0)