Skip to content

Commit 945a52f

Browse files
luiges90weaverryan
authored andcommitted
swap use statement to sort alphabetically
1 parent 170914b commit 945a52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/dynamic_form_modification.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,8 @@ sport like this::
410410
namespace Acme\DemoBundle\Form\Type;
411411
412412
use Symfony\Component\Form\FormBuilderInterface;
413-
use Symfony\Component\Form\FormEvents;
414413
use Symfony\Component\Form\FormEvent;
414+
use Symfony\Component\Form\FormEvents;
415415
416416
class SportMeetupType extends AbstractType
417417
{

0 commit comments

Comments
 (0)