Skip to content

Commit b57e679

Browse files
committed
tweak #13099
1 parent 735e5de commit b57e679

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

service_container/service_subscribers_locators.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -558,9 +558,12 @@ attribute to the locator service defining the name of this custom method:
558558
->args([tagged_locator('app.handler', 'key', 'myOwnMethodName')])
559559
;
560560
};
561-
562-
Note since code should not be the place that decides how the locators are going to be used, a configuration key (`key` in the example above) must be set in order this to work. So the custom method may be called as a fallback.
563-
561+
562+
.. note:
563+
564+
Since code should not be responsible for defining how the locators are
565+
going to be used, a configuration key (``key`` in the example above) must
566+
be set so the custom method may be called as a fallback.
564567
565568
Service Subscriber Trait
566569
------------------------

0 commit comments

Comments
 (0)