badtag2.yml in Zircon Profile 8.0
Same filename and directory in other branches
vendor/symfony/dependency-injection/Tests/Fixtures/yaml/badtag2.yml
File
vendor/symfony/dependency-injection/Tests/Fixtures/yaml/badtag2.ymlView source
- services:
- foo_service:
- class: FooClass
- tags:
- # tag is missing the name key
- foo_tag: { foo: bar }