Refactoring Resources/config/services.yml - removing useless line return

This commit is contained in:
Marc Ducobu 2014-11-17 11:32:10 +01:00
parent 71e96426be
commit 3abfd1cf63

View File

@ -25,30 +25,29 @@ services:
- "%locale%" - "%locale%"
tags: tags:
- { name: form.type, alias: translatable_string } - { name: form.type, alias: translatable_string }
chill.main.helper.translatable_string: chill.main.helper.translatable_string:
class: Chill\MainBundle\Templating\TranslatableStringHelper class: Chill\MainBundle\Templating\TranslatableStringHelper
arguments: arguments:
- "@request_stack" - "@request_stack"
chill.main.twig.translatable_string: chill.main.twig.translatable_string:
class: Chill\MainBundle\Templating\TranslatableStringTwig class: Chill\MainBundle\Templating\TranslatableStringTwig
calls: calls:
- [ setContainer, ["@service_container"]] - [ setContainer, ["@service_container"]]
tags: tags:
- { name: twig.extension } - { name: twig.extension }
chill.main.form.type.select2choice: chill.main.form.type.select2choice:
class: Chill\MainBundle\Form\Type\Select2ChoiceType class: Chill\MainBundle\Form\Type\Select2ChoiceType
tags: tags:
- {name: form.type, alias: select2_choice} - {name: form.type, alias: select2_choice}
chill.main.form.type.select2entity: chill.main.form.type.select2entity:
class: Chill\MainBundle\Form\Type\Select2EntityType class: Chill\MainBundle\Form\Type\Select2EntityType
tags: tags:
- {name: form.type, alias: select2_entity } - {name: form.type, alias: select2_entity }
chill.main.form.type.select2country: chill.main.form.type.select2country:
class: Chill\MainBundle\Form\Type\Select2CountryType class: Chill\MainBundle\Form\Type\Select2CountryType
arguments: arguments: