8000 [DoctrineBridge] Removed all options of the parent type · 77web/symfony@70477c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 70477c4

Browse files
committed
[DoctrineBridge] Removed all options of the parent type
1 parent 40d358e commit 70477c4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Symfony/Bridge/Doctrine/Form/Type/EntityType.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,11 @@ public function buildForm(FormBuilder $builder, array $options)
4444
public function getDefaultOptions(array $options)
4545
{
4646
$defaultOptions = array(
47-
'multiple' => false,
48-
'expanded' => false,
4947
'em' => null,
5048
'class' => null,
5149
'property' => null,
5250
'query_builder' => null,
5351
'choices' => array(),
54-
'preferred_choices' => array(),
5552
);
5653

5754
$options = array_replace($defaultOptions, $options);

0 commit comments

Comments
 (0)
0