File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Tests/DependencyInjection/Fixtures/yml Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
framework :
2
2
assets :
3
3
version : SomeVersionScheme
4
- version_format : %%s?version=%%s
4
+ version_format : ' %%s?version=%%s'
5
5
base_urls : http://cdn.example.com
6
6
packages :
7
7
images_path :
@@ -11,7 +11,7 @@ framework:
11
11
base_urls : ["http://images1.example.com", "http://images2.example.com"]
12
12
foo :
13
13
version : 1.0.0
14
- version_format : %%s-%%s
14
+ version_format : ' %%s-%%s'
15
15
bar :
16
16
base_urls : ["https://bar2.example.com"]
17
17
bar_null_version :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ framework:
14
14
only_exceptions : true
15
15
enabled : false
16
16
router :
17
- resource : %kernel.root_dir%/config/routing.xml
17
+ resource : ' %kernel.root_dir%/config/routing.xml'
18
18
type : xml
19
19
session :
20
20
storage_id : session.storage.native
@@ -47,7 +47,7 @@ framework:
47
47
annotations :
48
48
cache : file
49
49
debug : true
50
- file_cache_dir : %kernel.cache_dir%/annotations
50
+ file_cache_dir : ' %kernel.cache_dir%/annotations'
51
51
serializer :
52
52
enabled : true
53
53
enable_annotations : true
You can’t perform that action at this time.
0 commit comments