Skip to content

Commit 88a818e

Browse files
committed
bug #12240 remove extra ; from the code sample (slavchoo)
This PR was merged into the 4.3 branch. Discussion ---------- remove extra `;` from the code sample <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Just a small fix of a typo Commits ------- 01ca48b remove extra `;` from the code sample
2 parents ad71eae + 01ca48b commit 88a818e

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)