Commit 8f7e04c
committed
minor symfony#20962 [Validator] avoid broken rendering of inline types in
This PR was merged into the 6.4 branch.
Discussion
----------
[Validator] avoid broken rendering of inline types in `UniqueEntity`
This PR fixes an issue in the documentation where inline type annotations like | ``string`` | were not rendering correctly due to reStructuredText interpreting the | characters as substitution references.
Changes:
Replaced | ``string`` | with a more reliable format: boolean, string or array
Ensures consistent rendering across Sphinx and other reST parsers
This improves readability and avoids confusion when displaying valid type options in inline documentation.
Commits
-------
fc01784 [Validator] avoid broken rendering of inline types in UniqueEntityUniqueEntity (santysisi)1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
| 280 | + | |
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| |||
0 commit comments