@@ -52,8 +52,6 @@ class EntityType extends AbstractType
'query_builder' => null,
'choices' => array(),
'preferred_choices' => array(),
- 'multiple' => false,
- 'expanded' => false,
);
$options = array_replace($defaultOptions, $options);