Commit c2db977
committed
minor #8435 Fix explanation when Creating a Validator (lemonlab)
This PR was submitted for the 3.3 branch but it was merged into the 2.7 branch instead (closes #8435).
Discussion
----------
Fix explanation when Creating a Validator
In the base class Symfony\Component\Validator\Constraint, the method validatedBy() contain this code instead.
This makes the explanation understandable.
Commits
-------
2e61702 Fix explanation when Creating a Validator1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments