Skip to content

Commit 99a5899

Browse files
committed
[book][service_container] Fixing functional, but bad tags syntax
1 parent 929a152 commit 99a5899

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

book/service_container.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -680,8 +680,7 @@ to be used for a specific purpose. Take the following example:
680680
foo.twig.extension:
681681
class: Sensio\HelloBundle\Extension\FooExtension
682682
tags:
683-
twig.extension:
684-
name: twig.extension
683+
- { name: twig.extension }
685684
686685
.. code-block:: xml
687686

0 commit comments

Comments
 (0)