Skip to content

Commit 3611a77

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: [Lock] Use .inner instead of decorating_service_id + '.inner'
2 parents afa248f + c974e11 commit 3611a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lock.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,4 +292,4 @@ you can do it by :doc:`decorating the store </service_container/service_decorati
292292
lock.default.retry_till_save.store:
293293
class: Symfony\Component\Lock\Store\RetryTillSaveStore
294294
decorates: lock.default.store
295-
arguments: ['@lock.default.retry_till_save.store.inner', 100, 50]
295+
arguments: ['@.inner', 100, 50]

0 commit comments

Comments
 (0)