Commit 5035ad2
committed
minor #19379 [Validator] Fix missing semicolon for
This PR was merged into the 5.4 branch.
Discussion
----------
[Validator] Fix missing semicolon for `Choice` constraint documentation
There is a small semicolon missing in the documentation, since 5.x branch.
<!--
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
-------
6c69f1a Update Choice.rstChoice constraint documentation (Valentin-CosaVostra)1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
| 253 | + | |
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| |||
0 commit comments