We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1839b69 commit 852a48cCopy full SHA for 852a48c
reference/constraints/Compound.rst
@@ -109,7 +109,7 @@ Validation groups and payload can be passed via constructor:
109
.. code-block:: php-attributes
110
111
// src/Entity/User.php
112
- namespace App\Entity\User;
+ namespace App\Entity;
113
114
use App\Validator\Constraints as Assert;
115
@@ -125,7 +125,7 @@ Validation groups and payload can be passed via constructor:
125
.. code-block:: php
126
127
128
129
130
131
use Symfony\Component\Validator\Mapping\ClassMetadata;
0 commit comments