Browse Source

Merge pull request #890 from kolah/master

Update Form/Type/TranslatableChoiceType.php
Thomas 13 years ago
parent
commit
7018d7cf86
1 changed files with 1 additions and 1 deletions
  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) {