This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/tests/Symfony/Tests/Component/DependencyInjection/Fixtures/yaml/services8.yml

7 lines
131 B
YAML
Raw Normal View History

2010-01-04 14:26:20 +00:00
parameters:
foo: '%baz%'
baz: bar
2010-01-04 14:26:20 +00:00
bar: 'foo is %%foo bar'
values: [true, false, null, 0, 1000.3, 'true', 'false', 'null']