Remove yaml comments to make it valid

This commit is contained in:
pedro
2018-01-31 19:10:11 +01:00
parent 3ab7da23bd
commit 6d9904cab7

View File

@@ -1,17 +1,2 @@
knp_dictionary:
dictionaries: []
# Examples
# knp_dictionary:
# dictionaries:
# my_dictionary:
# type: 'key_value'
# content:
# "foo": "foo_value"
# "bar": "bar_value"
# "baz": "baz_value"
# my_callable_dictionary:
# type: 'callable'
# service: 'app.service.id'
# method: 'getSomething'