Skip to content

Commit 8c4d972

Browse files
committed
2 parents 36a8ba0 + dd6e36e commit 8c4d972

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/packages/framework.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ framework:
3636
handler_id: session.handler.native_file
3737
save_path: '%kernel.project_dir%/var/sessions/%kernel.environment%'
3838

39-
trusted_hosts: null
39+
trusted_hosts: ~
4040

4141
validation: { enable_annotations: true }

config/packages/routing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
framework:
22
router:
3-
strict_requirements: null
3+
strict_requirements: ~

config/packages/test/framework.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
framework:
2-
test: null
2+
test: ~
33
session:
44
storage_id: session.storage.mock_file

0 commit comments

Comments
 (0)