Skip to content

Commit 01ca48b

Browse files
authored
remove extra ; from the code sample
1 parent ad71eae commit 01ca48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/dynamic_form_modification.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ The type would now look like::
452452
->add('sport', EntityType::class, [
453453
'class' => 'App\Entity\Sport',
454454
'placeholder' => '',
455-
]);
455+
])
456456
;
457457

458458
$formModifier = function (FormInterface $form, Sport $sport = null) {

0 commit comments

Comments
 (0)