Skip to content

Commit 71158f8

Browse files
authored
Update tags.rst
1 parent 61c74da commit 71158f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service_container/tags.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,8 @@ pass is a bit tedious. As this is a very common case, Symfony provides a way to
419419
inject all services tagged with a specific tag.
420420

421421
The downside of this feature is that you can't have any custom attributes. In the
422-
example below, all services tagged with app.handler are passed in an array as the
423-
first constructor argument to the ``App\HandlerCollection`` service:
422+
example below, all services tagged with ``app.handler`` are passed as first
423+
constructor argument to the ``App\HandlerCollection`` service:
424424

425425
.. configuration-block::
426426

0 commit comments

Comments
 (0)