File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ possible paths:
400
400
401
401
#. When initially loading the page in a browser, the form hasn't been submitted
402
402
yet and ``$form->isSubmitted() `` returns ``false ``. So, the form is created
403
- and rendered.
403
+ and rendered;
404
404
405
405
#. When the user submits the form, :method: `Symfony\\ Component\\ Form\\ FormInterface::handleRequest `
406
406
recognizes this and immediately writes the submitted data back into the
@@ -413,7 +413,7 @@ possible paths:
413
413
written into the form, but this time :method: `Symfony\\ Component\\ Form\\ FormInterface::isValid `
414
414
returns ``true ``. Now you have the opportunity to perform some actions using
415
415
the ``$task `` object (e.g. persisting it to the database) before redirecting
416
- the user to some other page (e.g. a "thank you" or "success" page).
416
+ the user to some other page (e.g. a "thank you" or "success" page);
417
417
418
418
.. note ::
419
419
You can’t perform that action at this time.
0 commit comments