8000 Remove `size` FormView variable · symfony/symfony@c6d455a · GitHub
[go: up one dir, main page]

Skip to content

Commit c6d455a

Browse files
authored
Remove size FormView variable
1 parent 3b33bde commit c6d455a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/Form/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)
0