minor #17811 [FrameworkBundle] fix YAML syntax (xabbuh)

This PR was merged into the 2.7 branch.

Discussion
----------

[FrameworkBundle] fix YAML syntax

| Q             | A
| ------------- | ---
| Fixed tickets |
| License       | MIT

see failing tests in #17809

Commits
-------

2da4038 [FrameworkBundle] fix YAML syntax
This commit is contained in:
Fabien Potencier 2016-02-16 08:13:32 +01:00
commit a6e934c0ca

View File

@ -1,7 +1,7 @@
framework:
assets:
version: SomeVersionScheme
version_format: %%s?version=%%s
version_format: '%%s?version=%%s'
base_urls: http://cdn.example.com
packages:
images_path:
@ -11,7 +11,7 @@ framework:
base_urls: ["http://images1.example.com", "http://images2.example.com"]
foo:
version: 1.0.0
version_format: %%s-%%s
version_format: '%%s-%%s'
bar:
base_urls: ["https://bar2.example.com"]
bar_null_version: