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 73d87e7 commit 52d4f7bCopy full SHA for 52d4f7b
components/lock.rst
@@ -403,12 +403,9 @@ Store Scope Blocking Ex
403
404
.. tip::
405
406
- A special ``InMemoryStore`` is available for saving locks in memory during
407
- a process, and can be useful for testing.
408
-
409
-.. tip::
410
411
- A special ``NullStore`` is available and persist nothing, it can be useful for testing.
+ Symfony includes two other special stores that are mostly useful for testing:
+ ``InMemoryStore``, which saves locks in memory during a process, and ``NullStore``,
+ which doesn't persist anything.
412
413
.. versionadded:: 7.2
414
0 commit comments