Commit 8611d2f
committed
minor #15293 [Validator] Make it clear that configuring a constraint doesn't enforce anything (rpkamp)
This PR was merged into the 4.4 branch.
Discussion
----------
[Validator] Make it clear that configuring a constraint doesn't enforce anything
<!--
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 `5.x` for features of unreleased versions).
-->
This is (probably) trivial for people who've been working for Symfony for a longer time, but I found myself needing to explain this on more than one occasion, so I think it would be good to mention it.
Commits
-------
16050c8 Make it clear that configuring a constraint doesn't enforce anything1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
113 | 118 | | |
114 | 119 | | |
115 | 120 | | |
| |||
0 commit comments