You are here

badtag3.yml in Zircon Profile 8.0

Same filename and directory in other branches
  1. 8 vendor/symfony/dependency-injection/Tests/Fixtures/yaml/badtag3.yml
vendor/symfony/dependency-injection/Tests/Fixtures/yaml/badtag3.yml

File

vendor/symfony/dependency-injection/Tests/Fixtures/yaml/badtag3.yml
View source
  1. services:
  2. foo_service:
  3. class: FooClass
  4. tags:
  5. # tag-attribute is not a scalar
  6. - { name: foo, bar: { foo: foo, bar: bar } }