Skip to content

Commit 0c031e7

Browse files
committed
Merge branch '7.3' into 7.4
* 7.3: minor
2 parents 5ce06d0 + 852a48c commit 0c031e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/constraints/Compound.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Validation groups and payload can be passed via constructor:
109109
.. code-block:: php-attributes
110110
111111
// src/Entity/User.php
112-
namespace App\Entity\User;
112+
namespace App\Entity;
113113
114114
use App\Validator\Constraints as Assert;
115115
@@ -125,7 +125,7 @@ Validation groups and payload can be passed via constructor:
125125
.. code-block:: php
126126
127127
// src/Entity/User.php
128-
namespace App\Entity\User;
128+
namespace App\Entity;
129129
130130
use App\Validator\Constraints as Assert;
131131
use Symfony\Component\Validator\Mapping\ClassMetadata;

0 commit comments

Comments
 (0)