Skip to content

Commit 397739e

Browse files
authored
Complete App\Handler\HandlerCollection namespace
Convert App\HandlerCollection to App\Handler\HandlerCollection in code snippet in accordance with text description above.
1 parent 11c1151 commit 397739e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/service_subscribers_locators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ of the ``key`` tag attribute (as defined in the ``index_by`` locator option):
485485
tags:
486486
- { name: 'app.handler', key: 'handler_two' }
487487
488-
App\HandlerCollection:
488+
App\Handler\HandlerCollection:
489489
# inject all services tagged with app.handler as first argument
490490
arguments: [!tagged_locator { tag: 'app.handler', index_by: 'key' }]
491491

0 commit comments

Comments
 (0)