Skip to content

Commit

Permalink
minor #658 Changed "null" by "~" in yaml files (yceruto)
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Sep 25, 2017
2 parents 36a8ba0 + dd6e36e commit 8c4d972
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/packages/framework.yaml
Expand Up @@ -36,6 +36,6 @@ framework:
handler_id: session.handler.native_file
save_path: '%kernel.project_dir%/var/sessions/%kernel.environment%'

trusted_hosts: null
trusted_hosts: ~

validation: { enable_annotations: true }
2 changes: 1 addition & 1 deletion config/packages/routing.yaml
@@ -1,3 +1,3 @@
framework:
router:
strict_requirements: null
strict_requirements: ~
2 changes: 1 addition & 1 deletion config/packages/test/framework.yaml
@@ -1,4 +1,4 @@
framework:
test: null
test: ~
session:
storage_id: session.storage.mock_file

0 comments on commit 8c4d972

Please sign in to comment.