Skip to content

Commit 79e5249

Browse files
committed
minor #17354 Update choice_translation_parameters.rst.inc (eerison)
This PR was submitted for the 6.2 branch but it was merged into the 5.4 branch instead. Discussion ---------- Update choice_translation_parameters.rst.inc Adding missing ";" for the `choice_translation_parameters` example <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases 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 `6.x` for features of unreleased versions). --> Commits ------- c845048 Update choice_translation_parameters.rst.inc
2 parents 4cf014e + c845048 commit 79e5249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/options/choice_translation_parameters.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You can specify the placeholder values as follows::
5959
return [];
6060
}
6161

62-
return ['%company%' => 'ACME Inc.']
62+
return ['%company%' => 'ACME Inc.'];
6363
},
6464
]);
6565

0 commit comments

Comments
 (0)