Commit fc01784
authored
[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.1 parent 621b57b commit fc01784
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