Explorar o código

Update Form/Type/TranslatableChoiceType.php

Krzysztof Kolasiak %!s(int64=13) %!d(string=hai) anos
pai
achega
b385edc785
Modificáronse 1 ficheiros con 1 adicións e 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) {