You are here

badtag2.yml in Zircon Profile 8

vendor/symfony/dependency-injection/Tests/Fixtures/yaml/badtag2.yml

File

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