Skip to content

Commit c140d52

Browse files
authored
Remove size FormView variable
1 parent 5882680 commit c140d52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Extension/Core/Type/FormType.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ public function buildView(FormView $view, FormInterface $form, array $options)
103103
'value' => $form->getViewData(),
104104
'data' => $form->getNormData(),
105105
'required' => $form->isRequired(),
106-
'size' => null,
107106
'label_attr' => $options['label_attr'],
108107
'help' => $options['help'],
109108
'help_attr' => $options['help_attr'],

0 commit comments

Comments
 (0)