Skip to content

Commit eaf621f

Browse files
committed
minor #15398 Complete App\Handler\HandlerCollection namespace (BrnvrlUoeey)
This PR was submitted for the 5.2 branch but it was merged into the 4.4 branch instead. Discussion ---------- Complete App\Handler\HandlerCollection namespace Convert App\HandlerCollection to App\Handler\HandlerCollection in code snippet in accordance with text description above. <!-- 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 ------- b0d93f3 Complete App\Handler\HandlerCollection namespace
2 parents 644aa0e + b0d93f3 commit eaf621f

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
@@ -494,7 +494,7 @@ of the ``key`` tag attribute (as defined in the ``index_by`` locator option):
494494
tags:
495495
- { name: 'app.handler', key: 'handler_two' }
496496
497-
App\HandlerCollection:
497+
App\Handler\HandlerCollection:
498498
# inject all services tagged with app.handler as first argument
499499
arguments: [!tagged_locator { tag: 'app.handler', index_by: 'key' }]
500500

0 commit comments

Comments
 (0)