We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 324b406 commit 0f4a7a1Copy full SHA for 0f4a7a1
service_container/tags.rst
@@ -466,7 +466,8 @@ first constructor argument to the ``App\HandlerCollection`` service:
466
467
AppBundle\HandlerCollection:
468
# inject all services tagged with app.handler as first argument
469
- arguments: [!tagged app.handler]
+ arguments:
470
+ - !tagged app.handler
471
472
.. code-block:: xml
473
0 commit comments