I have looked into YAML official documentation and I have also gone through some tutorials.
I am working with Symfony and I like adding configurations with YAML. But I can't find any explanation for this tilde character ~
in YAML.
For example, see the code below:
firewalls:
# ...
main:
anonymous: ~
http_basic: ~
Sometimes, I removed this ~ character and I did not see any effect on logic. So what is the purpose of this tide character in YAML?