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 cb6da54 commit 2dfba6bCopy full SHA for 2dfba6b
components/form.rst
@@ -579,10 +579,10 @@ method:
579
580
.. code-block:: php-standalone
581
582
- use Symfony\Component\HttpFoundation\Request;
583
- use Symfony\Component\HttpFoundation\RedirectResponse;
584
use Symfony\Component\Form\Extension\Core\Type\DateType;
585
use Symfony\Component\Form\Extension\Core\Type\TextType;
+ use Symfony\Component\HttpFoundation\RedirectResponse;
+ use Symfony\Component\HttpFoundation\Request;
586
587
// ...
588
0 commit comments