yaml: use ~ instead of null

This commit is contained in:
Gregor Harlan
2017-08-01 23:44:32 +02:00
parent 42df98423d
commit ecbc207fe5
4 changed files with 8 additions and 8 deletions
@@ -1,9 +1,9 @@
framework:
secret: '%env(APP_SECRET)%'
#default_locale: en
#csrf_protection: null
#csrf_protection: ~
#http_method_override: true
#trusted_hosts: null
#trusted_hosts: ~
# https://symfony.com/doc/current/reference/configuration/framework.html#handler-id
#session:
# handler_id: session.handler.native_file
@@ -1,4 +1,4 @@
framework:
test: null
test: ~
session:
storage_id: session.storage.mock_file