Skip to content

Commit 1ccf93a

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: Remove deprecated Docs ind "lock"
2 parents f756a93 + cc2ad4a commit 1ccf93a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

lock.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -286,16 +286,3 @@ each lock using the camel case version of its name suffixed by ``LockFactory``
286286
- e.g. ``invoice`` can be injected automatically by naming the argument
287287
``$invoiceLockFactory`` and type-hinting it with
288288
:class:`Symfony\\Component\\Lock\\LockFactory`.
289-
290-
Blocking Store
291-
--------------
292-
293-
If you want to use the ``RetryTillSaveStore`` for :ref:`non-blocking locks <lock-blocking-locks>`,
294-
you can do it by :doc:`decorating the store </service_container/service_decoration>` service:
295-
296-
.. code-block:: yaml
297-
298-
lock.default.retry_till_save.store:
299-
class: Symfony\Component\Lock\Store\RetryTillSaveStore
300-
decorates: lock.default.store
301-
arguments: ['@.inner', 100, 50]

0 commit comments

Comments
 (0)