Skip to content

Commit 137f499

Browse files
authored
Merge pull request #143 from gharlan/yaml-null
2 parents 42df984 + ecbc207 commit 137f499

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

symfony/framework-bundle/3.3/config/packages/framework.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
framework:
22
secret: '%env(APP_SECRET)%'
33
#default_locale: en
4-
#csrf_protection: null
4+
#csrf_protection: ~
55
#http_method_override: true
6-
#trusted_hosts: null
6+
#trusted_hosts: ~
77
# https://symfony.com/doc/current/reference/configuration/framework.html#handler-id
88
#session:
99
# handler_id: session.handler.native_file
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
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
framework:
22
router:
3-
strict_requirements: null
3+
strict_requirements: ~
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
security:
22
# https://symfony.com/doc/current/book/security.html#where-do-users-come-from-user-providers
33
providers:
4-
in_memory: { memory: null }
4+
in_memory: { memory: ~ }
55
firewalls:
66
dev:
77
pattern: ^/(_(profiler|wdt)|css|images|js)/
88
security: false
99
main:
10-
anonymous: null
10+
anonymous: ~
1111

1212
# activate different ways to authenticate
1313

14-
# http_basic: null
14+
# http_basic: ~
1515
# https://symfony.com/doc/current/book/security.html#a-configuring-how-your-users-will-authenticate
1616

17-
# form_login: null
17+
# form_login: ~
1818
# https://symfony.com/doc/current/cookbook/security/form_login_setup.html

0 commit comments

Comments
 (0)