Skip to content

Commit 05c51d9

Browse files
Remove deprecated option
1 parent d56ed2a commit 05c51d9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/Form/ColorType.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ public function buildForm(FormBuilderInterface $builder, array $options)
1818
'Blue' => 'blue',
1919
'Yellow' => 'yellow',
2020
],
21-
'choices_as_values' => true,
2221
'data' => 'red',
2322
]);
2423
}

test/Form/MultiSelectType.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ public function buildForm(FormBuilderInterface $builder, array $options)
1919
'multiple' => true,
2020
'required' => true,
2121
'choices' => $this->getChoices(),
22-
'choices_as_values' => true,
2322
'data' => [1, 2],
2423
]
2524
)

0 commit comments

Comments
 (0)