From 3abfd1cf63142abb9e800cb72740d7f6f9049e05 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Mon, 17 Nov 2014 11:32:10 +0100 Subject: [PATCH] Refactoring Resources/config/services.yml - removing useless line return --- Resources/config/services.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Resources/config/services.yml b/Resources/config/services.yml index 3a4766084..e6035a508 100644 --- a/Resources/config/services.yml +++ b/Resources/config/services.yml @@ -25,30 +25,29 @@ services: - "%locale%" tags: - { name: form.type, alias: translatable_string } - - + chill.main.helper.translatable_string: class: Chill\MainBundle\Templating\TranslatableStringHelper arguments: - "@request_stack" - + chill.main.twig.translatable_string: class: Chill\MainBundle\Templating\TranslatableStringTwig calls: - [ setContainer, ["@service_container"]] tags: - { name: twig.extension } - + chill.main.form.type.select2choice: class: Chill\MainBundle\Form\Type\Select2ChoiceType tags: - {name: form.type, alias: select2_choice} - + chill.main.form.type.select2entity: class: Chill\MainBundle\Form\Type\Select2EntityType tags: - {name: form.type, alias: select2_entity } - + chill.main.form.type.select2country: class: Chill\MainBundle\Form\Type\Select2CountryType arguments: