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 e1bc7c0 commit d301614Copy full SHA for d301614
components/form/introduction.rst
@@ -81,7 +81,7 @@ to your form factory::
81
->addExtension(new HttpFoundationExtension())
82
->getFormFactory();
83
84
-Now, when you process a form, you can pass the :class:`Symfony\\Component\\HttpFoundation\\Request``
+Now, when you process a form, you can pass the :class:`Symfony\\Component\\HttpFoundation\\Request`
85
object to :method:`Symfony\\Component\\Form\\Form::bind` instead of the raw
86
array of submitted values.
87
0 commit comments