Pārlūkot izejas kodu

Updated ChoiceType to use array syntax that works with PHP 5.3

wcluijt 10 gadi atpakaļ
vecāks
revīzija
3a615218cd
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Form/Type/Filter/ChoiceType.php

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

@@ -77,7 +77,7 @@ class ChoiceType extends AbstractType
             'field_type'       => 'choice',
             'field_options'    => array(),
             'operator_type'    => 'choice',
-            'operator_options' => [],
+            'operator_options' => array(),
         ));
     }
 }