mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 16:24:24 +00:00
Refactoring Form/CustomFieldType.php : indentation
This commit is contained in:
parent
23438926b1
commit
98088e5f7a
@ -62,14 +62,13 @@ class CustomFieldType extends AbstractType
|
|||||||
|
|
||||||
|
|
||||||
$builder->add(
|
$builder->add(
|
||||||
$this->customFieldProvider
|
$this->customFieldProvider
|
||||||
->getCustomFieldByType($options['type'])
|
->getCustomFieldByType($options['type'])
|
||||||
->buildOptionsForm(
|
->buildOptionsForm(
|
||||||
$builder
|
$builder
|
||||||
->create('options', null, array('compound' => true))
|
->create('options', null, array('compound' => true))
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user