Skip to content

Commit 6d8f1fd

Browse files
committed
minor #14837 [Lock] Use .inner instead of decorating_service_id + '.inner' (sebpacz)
This PR was merged into the 5.1 branch. Discussion ---------- [Lock] Use .inner instead of decorating_service_id + '.inner' <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 2755910 [Lock] Use .inner instead of decorating_service_id + '.inner'
2 parents e7d1a9e + 2755910 commit 6d8f1fd

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
@@ -293,4 +293,4 @@ you can do it by :doc:`decorating the store </service_container/service_decorati
293293
lock.default.retry_till_save.store:
294294
class: Symfony\Component\Lock\Store\RetryTillSaveStore
295295
decorates: lock.default.store
296-
arguments: ['@lock.default.retry_till_save.store.inner', 100, 50]
296+
arguments: ['@.inner', 100, 50]

0 commit comments

Comments
 (0)