We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe36f04 commit 8529f19Copy full SHA for 8529f19
src/Symfony/Component/Form/Forms.php
@@ -29,7 +29,6 @@
29
* ->add('age', 'Symfony\Component\Form\Extension\Core\Type\IntegerType')
30
* ->add('gender', 'Symfony\Component\Form\Extension\Core\Type\ChoiceType', array(
31
* 'choices' => array('Male' => 'm', 'Female' => 'f'),
32
- * 'choices_as_values' => true,
33
* ))
34
* ->getForm();
35
* </code>
0 commit comments