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:
1313 only_exceptions : true
1414 enabled : false
1515 router :
16- resource : %kernel.root_dir%/config/routing.xml
16+ resource : ' %kernel.root_dir%/config/routing.xml'
1717 type : xml
1818 session :
1919 storage_id : session.storage.native
@@ -54,5 +54,5 @@ framework:
5454 annotations :
5555 cache : file
5656 debug : true
57- file_cache_dir : %kernel.cache_dir%/annotations
57+ file_cache_dir : ' %kernel.cache_dir%/annotations'
5858 ide : file%%link%%format
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ framework:
33
44# Twig Configuration
55twig :
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