Version 1
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / yaml / badtag2.yml
1 services:
2     foo_service:
3         class:    FooClass
4         tags:
5           # tag is missing the name key
6           foo_tag:   { foo: bar }