Skip to content

Commit 77173ba

Browse files
committed
Merge branch '4.4'
* 4.4: remove extra `;` from the code sample
2 parents 1a5ea53 + 622298b commit 77173ba

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)