From 98088e5f7af8dca94566f03164ef2fcc07af9215 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Thu, 22 Oct 2015 15:05:02 +0200 Subject: [PATCH] Refactoring Form/CustomFieldType.php : indentation --- Form/CustomFieldType.php | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Form/CustomFieldType.php b/Form/CustomFieldType.php index 459397e2d..77d8366c1 100644 --- a/Form/CustomFieldType.php +++ b/Form/CustomFieldType.php @@ -62,14 +62,13 @@ class CustomFieldType extends AbstractType $builder->add( - $this->customFieldProvider - ->getCustomFieldByType($options['type']) - ->buildOptionsForm( - $builder - ->create('options', null, array('compound' => true)) + $this->customFieldProvider + ->getCustomFieldByType($options['type']) + ->buildOptionsForm( + $builder + ->create('options', null, array('compound' => true)) ) - ); - + ); } /**