Skip to content

Commit df56c8e

Browse files
committed
Tweaks
1 parent 63c54c5 commit df56c8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/lock.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,9 +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. To activate either one, simply set the ``LOCK_DSN`` to
409-
``null`` or ``in-memory``.
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.
410410

411411
.. versionadded:: 7.2
412412

0 commit comments

Comments
 (0)