Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc3254bd

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: [Form] Fix alphabetical order of imports
2 parents5b2acc8 +0eb6d32 commitc3254bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎components/form.rst‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,10 +579,10 @@ method:
579579

580580
..code-block::php-standalone
581581
582-
use Symfony\Component\HttpFoundation\Request;
583-
use Symfony\Component\HttpFoundation\RedirectResponse;
584582
use Symfony\Component\Form\Extension\Core\Type\DateType;
585583
use Symfony\Component\Form\Extension\Core\Type\TextType;
584+
use Symfony\Component\HttpFoundation\RedirectResponse;
585+
use Symfony\Component\HttpFoundation\Request;
586586
587587
// ...
588588

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp