Skip to content

Commit ee71337

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: Tweaks Update lock.rst
2 parents 149810d + bf50757 commit ee71337

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
.. _lock-store-flock:
411412

0 commit comments

Comments
 (0)