Explorar el Código

Update Form/Type/TranslatableChoiceType.php

Krzysztof Kolasiak hace 13 años
padre
commit
b385edc785
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {