File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
FrameworkBundle/Tests/DependencyInjection/Fixtures/yml
SecurityBundle/Tests/Functional/app/config Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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
@@ -45,7 +45,7 @@ framework:
45
45
annotations :
46
46
cache : file
47
47
debug : true
48
- file_cache_dir : %kernel.cache_dir%/annotations
48
+ file_cache_dir : ' %kernel.cache_dir%/annotations'
49
49
serializer : { enabled: true }
50
50
ide : file%%link%%format
51
51
request :
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ framework:
3
3
4
4
# Twig Configuration
5
5
twig :
6
- debug : %kernel.debug%
7
- strict_variables : %kernel.debug%
6
+ debug : ' %kernel.debug%'
7
+ strict_variables : ' %kernel.debug%'
You can’t perform that action at this time.
0 commit comments