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 9852094 commit 26f3c70Copy full SHA for 26f3c70
components/form/introduction.rst
@@ -91,10 +91,10 @@ object to read data off of the correct PHP superglobals (i.e. ``$_POST`` or
91
->addExtension(new HttpFoundationExtension())
92
->getFormFactory();
93
94
- Now, when you process a form, you can pass the :class:`Symfony\\Component\\HttpFoundation\\Request`
95
- object to :method:`Symfony\\Component\\Form\\Form::handleRequest`::
+ Now, when you process a form, you can pass the :class:`Symfony\\Component\\HttpFoundation\\Request`
+ object to :method:`Symfony\\Component\\Form\\Form::handleRequest`::
96
97
- $form->handleRequest($request);
+ $form->handleRequest($request);
98
99
.. note::
100
0 commit comments