Updated ChoiceType to use array syntax that works with PHP 5.3
@@ -77,7 +77,7 @@ class ChoiceType extends AbstractType
'field_type' => 'choice',
'field_options' => array(),
'operator_type' => 'choice',
- 'operator_options' => [],
+ 'operator_options' => array(),
));
}