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 36a8ba0 + dd6e36e commit 8c4d972Copy full SHA for 8c4d972
config/packages/framework.yaml
@@ -36,6 +36,6 @@ framework:
36
handler_id: session.handler.native_file
37
save_path: '%kernel.project_dir%/var/sessions/%kernel.environment%'
38
39
- trusted_hosts: null
+ trusted_hosts: ~
40
41
validation: { enable_annotations: true }
config/packages/routing.yaml
@@ -1,3 +1,3 @@
1
framework:
2
router:
3
- strict_requirements: null
+ strict_requirements: ~
config/packages/test/framework.yaml
@@ -1,4 +1,4 @@
- test: null
+ test: ~
session:
4
storage_id: session.storage.mock_file
0 commit comments