Skip to content

Commit bec17b9

Browse files
committed
minor #16879 [Lock] Remove deprecated Docs "Blocking Store" in "lock" (TheCadien)
This PR was merged into the 6.0 branch. Discussion ---------- [Lock] Remove deprecated Docs "Blocking Store" in "lock" [Blocking Store](https://symfony.com/doc/current/lock.html#blocking-store) is removed in [6.0 ](https://github.com/symfony/symfony/blob/123b1651c4a7e219ba59074441badfac65525efe/UPGRADE-6.0.md?plain=1#L158). Commits ------- 145de8e Remove deprecated Docs ind "lock"
2 parents b8ebd40 + 145de8e commit bec17b9

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

lock.rst

-13
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)