Skip to content

Commit 26f3c70

Browse files
committed
[#2974] Fix thanks to @xabbuh
1 parent 9852094 commit 26f3c70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/form/introduction.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ object to read data off of the correct PHP superglobals (i.e. ``$_POST`` or
9191
->addExtension(new HttpFoundationExtension())
9292
->getFormFactory();
9393

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`::
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`::
9696

97-
$form->handleRequest($request);
97+
$form->handleRequest($request);
9898

9999
.. note::
100100

0 commit comments

Comments
 (0)