Ver Fonte

Merge pull request #890 from kolah/master

Update Form/Type/TranslatableChoiceType.php
Thomas há 13 anos atrás
pai
commit
7018d7cf86
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Form/Type/TranslatableChoiceType.php

+ 1 - 1
Form/Type/TranslatableChoiceType.php

@@ -67,7 +67,7 @@ class TranslatableChoiceType extends ChoiceType
     /**
      * {@inheritDoc}
      */
-    public function buildForm(FormBuilder $builder, array $options)
+    public function buildForm(FormBuilderInterface $builder, array $options)
     {
         // translate options before building form
         foreach ($options['choices'] as $name => $value) {