Skip to content

Commit 52d4f7b

Browse files
committed
Minor reword
1 parent 73d87e7 commit 52d4f7b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

components/lock.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -403,12 +403,9 @@ Store Scope Blocking Ex
403403

404404
.. tip::
405405

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.
406+
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.
412409

413410
.. versionadded:: 7.2
414411

0 commit comments

Comments
 (0)