Skip to content

Commit

Permalink
Merge pull request #2915 from wcluijt/patch-2
Browse files Browse the repository at this point in the history
Updated ChoiceType to use array syntax that works with PHP 5.3
  • Loading branch information
pulzarraider committed Apr 19, 2015
2 parents 28e3c81 + 3a61521 commit 07f8211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Form/Type/Filter/ChoiceType.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function setDefaultOptions(OptionsResolverInterface $resolver)
'field_type' => 'choice',
'field_options' => array(),
'operator_type' => 'choice',
'operator_options' => [],
'operator_options' => array(),
));
}
}

0 comments on commit 07f8211

Please sign in to comment.