Commit 126b105
committed
minor #14967 [Validator] Change Range and Legth description formatting (wkania)
This PR was merged into the 4.4 branch.
Discussion
----------
[Validator] Change Range and Legth description formatting
Range and Length description formatting should be consistent with other constraints.
[NotNull](https://symfony.com/doc/current/reference/constraints/NotNull.html#basic-usage), [ExpressionLanguageSyntax](https://symfony.com/doc/current/reference/constraints/ExpressionLanguageSyntax.html#basic-usage), [Length](https://symfony.com/doc/4.4/reference/constraints/Length.html) use other formatting to format property.
Formatting with _""_ is used for the name of methods: [getters](https://symfony.com/doc/current/validation.html#getters), [isFalse](https://symfony.com/doc/current/reference/constraints/IsFalse.html#basic-usage), values do not use them.
Commits
-------
2cb0c9e [Validator] Change Range and Legth description formatting2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments