@@ -35,8 +35,8 @@ install messenger:
35
35
Configuring Lock with FrameworkBundle
36
36
-------------------------------------
37
37
38
- By default, Symfony provides a :doc : `Semaphore<lock-store-semaphore> `
39
- when available, or a :doc : `Flock<lock-store-flock> ` otherwise. You can configure
38
+ By default, Symfony provides a :ref : `Semaphore <lock-store-semaphore >`
39
+ when available, or a :ref : `Flock <lock-store-flock >` otherwise. You can configure
40
40
this behavior by using the ``lock `` key like:
41
41
42
42
.. configuration-block ::
@@ -267,8 +267,8 @@ provides :doc:`named lock <reference-lock-resources-name>`::
267
267
Each name becomes a service where the service id suffixed by the name of the
268
268
lock (e.g. ``lock.invoice ``). An autowiring alias is also created for each lock
269
269
using the camel case version of its name suffixed by ``Lock `` - e.g. ``invoice ``
270
- can be injected automatically by naming the argument ``$invoiceLock `` and
271
- type-hinting it with :class: `Symfony\\ Component\\ Lock\\ LockInterface `.
270
+ can be injected automatically by naming the argument ``$invoiceLock `` and
271
+ type-hinting it with :class: `Symfony\\ Component\\ Lock\\ LockInterface `.
272
272
273
273
Symfony also provide a corresponding factory and store following the same rules
274
274
(e.g. ``invoice `` generates a ``lock.invoice.factory `` and
@@ -288,4 +288,4 @@ you can do it by :doc:`decorating the store </service_container/service_decorati
288
288
lock.default.retry_till_save.store :
289
289
class : Symfony\Component\Lock\Store\RetryTillSaveStore
290
290
decorates : lock.default.store
291
- arguments : ['@lock.default.retry.till.save .store.inner', 100, 50]
291
+ arguments : ['@lock.default.retry_till_save .store.inner', 100, 50]
0 commit comments