Skip to content

Commit 17427bb

Browse files
authored
CS Fix
1 parent 074d7f6 commit 17427bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

form/dynamic_form_modification.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,8 @@ sport like this::
377377
// src/Form/Type/SportMeetupType.php
378378
namespace App\Form\Type;
379379

380-
use App\Entity\Sport;
381380
use App\Entity\Position;
381+
use App\Entity\Sport;
382382
use Symfony\Bridge\Doctrine\Form\Type\EntityType;
383383
use Symfony\Component\Form\AbstractType;
384384
use Symfony\Component\Form\FormBuilderInterface;
@@ -445,8 +445,8 @@ The type would now look like::
445445
// src/Form/Type/SportMeetupType.php
446446
namespace App\Form\Type;
447447

448-
use App\Entity\Sport;
449448
use App\Entity\Position;
449+
use App\Entity\Sport;
450450
use Symfony\Bridge\Doctrine\Form\Type\EntityType;
451451
use Symfony\Component\Form\FormInterface;
452452
// ...

0 commit comments

Comments
 (0)