From b0d93f3c02f09e60ab3093dd66515957cfa45b99 Mon Sep 17 00:00:00 2001 From: BrnvrlUoeey <66878250+BrnvrlUoeey@users.noreply.github.com> Date: Tue, 1 Jun 2021 18:59:07 +0200 Subject: [PATCH] Complete App\Handler\HandlerCollection namespace Convert App\HandlerCollection to App\Handler\HandlerCollection in code snippet in accordance with text description above. --- service_container/service_subscribers_locators.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_container/service_subscribers_locators.rst b/service_container/service_subscribers_locators.rst index 89d47104900..a0316738d8e 100644 --- a/service_container/service_subscribers_locators.rst +++ b/service_container/service_subscribers_locators.rst @@ -494,7 +494,7 @@ of the ``key`` tag attribute (as defined in the ``index_by`` locator option): tags: - { name: 'app.handler', key: 'handler_two' } - App\HandlerCollection: + App\Handler\HandlerCollection: # inject all services tagged with app.handler as first argument arguments: [!tagged_locator { tag: 'app.handler', index_by: 'key' }]