mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Remove yaml comments to make it valid
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user