We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03619f9 + fbc14ce commit b303f9dCopy full SHA for b303f9d
cookbook/form/create_custom_field_type.rst
@@ -227,7 +227,7 @@ the ``genders`` parameter value as the first argument to its to-be-created
227
Be sure that the ``alias`` attribute of the tag corresponds with the value
228
returned by the ``getName`` method defined earlier. You'll see the importance
229
of this in a moment when you use the custom field type. But first, add a ``__construct``
230
-argument to ``GenderType``, which receives the gender configuration::
+method to ``GenderType``, which receives the gender configuration::
231
232
// src/Acme/DemoBundle/Form/Type/GenderType.php
233
namespace Acme\DemoBundle\Form\Type;
0 commit comments