Browse Source

Same error with getAllowedOptionValues

Benjamin Lévêque 13 years ago
parent
commit
07987d8504
1 changed files with 1 additions and 3 deletions
  1. 1 3
      Form/Extension/Field/Type/FormTypeFieldExtension.php

+ 1 - 3
Form/Extension/Field/Type/FormTypeFieldExtension.php

@@ -150,11 +150,9 @@ class FormTypeFieldExtension extends AbstractTypeExtension
     /**
      * Returns the allowed option values for each option (if any).
      *
-     * @param array $options
-     *
      * @return array The allowed option values
      */
-    public function getAllowedOptionValues(array $options)
+    public function getAllowedOptionValues()
     {
         return array();
     }