Skip to content

Commit

Permalink
Changed null by ~ in yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
yceruto committed Sep 22, 2017
1 parent 36a8ba0 commit dd6e36e
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
framework:
router:
strict_requirements: null
strict_requirements: ~
2 changes: 1 addition & 1 deletion config/packages/test/framework.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
framework:
test: null
test: ~
session:
storage_id: session.storage.mock_file

0 comments on commit dd6e36e

Please sign in to comment.