File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Configuration
50
50
namespace Acme\BlogBundle\Entity;
51
51
52
52
use Symfony\Component\Validator\Constraints as Assert;
53
- use Symfony\Component\Validator\ExecutionContextInterface;
53
+ use Symfony\Component\Validator\Context\ ExecutionContextInterface;
54
54
55
55
class Author
56
56
{
@@ -100,7 +100,7 @@ can set "violations" directly on this object and determine to which field
100
100
those errors should be attributed::
101
101
102
102
// ...
103
- use Symfony\Component\Validator\ExecutionContextInterface;
103
+ use Symfony\Component\Validator\Context\ ExecutionContextInterface;
104
104
105
105
class Author
106
106
{
@@ -155,7 +155,7 @@ your validation function is ``Vendor\Package\Validator::validate()``::
155
155
156
156
namespace Vendor\Package;
157
157
158
- use Symfony\Component\Validator\ExecutionContextInterface;
158
+ use Symfony\Component\Validator\Context\ ExecutionContextInterface;
159
159
160
160
class Validator
161
161
{
@@ -273,7 +273,7 @@ callback method:
273
273
274
274
* A closure.
275
275
276
- Concrete callbacks receive an :class: `Symfony\\ Component\\ Validator\\ ExecutionContextInterface `
276
+ Concrete callbacks receive an :class: `Symfony\\ Component\\ Validator\\ Context \\ ExecutionContextInterface `
277
277
instance as only argument.
278
278
279
279
Static or closure callbacks receive the validated object as the first argument
You can’t perform that action at this time.
0 commit comments