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 7abc927 commit 33b8fe8Copy full SHA for 33b8fe8
Tests/DependencyInjection/Fixtures/yml/full.yml
@@ -13,7 +13,7 @@ framework:
13
only_exceptions: true
14
enabled: false
15
router:
16
- resource: %kernel.root_dir%/config/routing.xml
+ resource: '%kernel.root_dir%/config/routing.xml'
17
type: xml
18
session:
19
storage_id: session.storage.native
@@ -54,5 +54,5 @@ framework:
54
annotations:
55
cache: file
56
debug: true
57
- file_cache_dir: %kernel.cache_dir%/annotations
+ file_cache_dir: '%kernel.cache_dir%/annotations'
58
ide: file%%link%%format
0 commit comments