Commit 34d0690
committed
minor #7046 Fix incorrect callback validation example (mvar)
This PR was merged into the 2.7 branch.
Discussion
----------
Fix incorrect callback validation example
Current example in documentation leads into an exception:
> Uncaught PHP Exception Symfony\Component\Validator\Exception\ConstraintDefinitionException: "["validate"] targeted by Callback constraint is not a valid callable"
Commits
-------
9674500 Fix incorrect callback validation example1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments