Benjamin Lévêque 13 anos atrás
pai
commit
c2173f5c54
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Form/Type/Filter/ChoiceType.php

+ 1 - 1
Form/Type/Filter/ChoiceType.php

@@ -59,7 +59,7 @@ class ChoiceType extends AbstractType
 
     public function getDefaultOptions()
     {
-        rerturn array(
+        return array(
             'field_type'       => 'choice',
             'field_options'    => array()
         );