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 @@ -13,7 +13,7 @@ framework:
13
13
only_exceptions : true
14
14
enabled : false
15
15
router :
16
- resource : %kernel.root_dir%/config/routing.xml
16
+ resource : ' %kernel.root_dir%/config/routing.xml'
17
17
type : xml
18
18
session :
19
19
storage_id : session.storage.native
@@ -54,5 +54,5 @@ framework:
54
54
annotations :
55
55
cache : file
56
56
debug : true
57
- file_cache_dir : %kernel.cache_dir%/annotations
57
+ file_cache_dir : ' %kernel.cache_dir%/annotations'
58
58
ide : file%%link%%format
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