We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0ec9b commit 68f2f26Copy full SHA for 68f2f26
Tests/DependencyInjection/Fixtures/yml/assets.yml
@@ -1,7 +1,7 @@
1
framework:
2
assets:
3
version: SomeVersionScheme
4
- version_format: %%s?version=%%s
+ version_format: '%%s?version=%%s'
5
base_urls: http://cdn.example.com
6
packages:
7
images_path:
@@ -11,7 +11,7 @@ framework:
11
base_urls: ["http://images1.example.com", "http://images2.example.com"]
12
foo:
13
version: 1.0.0
14
- version_format: %%s-%%s
+ version_format: '%%s-%%s'
15
bar:
16
base_urls: ["https://bar2.example.com"]
17
bar_null_version:
0 commit comments