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.
2 parents 68f2f26 + 33b8fe8 commit 74839d8Copy full SHA for 74839d8
Tests/DependencyInjection/Fixtures/yml/full.yml
@@ -14,7 +14,7 @@ framework:
14
only_exceptions: true
15
enabled: false
16
router:
17
- resource: %kernel.root_dir%/config/routing.xml
+ resource: '%kernel.root_dir%/config/routing.xml'
18
type: xml
19
session:
20
storage_id: session.storage.native
@@ -45,7 +45,7 @@ framework:
45
annotations:
46
cache: file
47
debug: true
48
- file_cache_dir: %kernel.cache_dir%/annotations
+ file_cache_dir: '%kernel.cache_dir%/annotations'
49
serializer: { enabled: true }
50
ide: file%%link%%format
51
request:
0 commit comments