Skip to content

Commit 155c3e8

Browse files
committed
bug #4153 [Reference] fix namespace in Expression constraint (xabbuh)
This PR was merged into the 2.4 branch. Discussion ---------- [Reference] fix namespace in Expression constraint | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.4+ | Fixed tickets | Commits ------- 1deabde [Reference] fix namespace in Expression constraint
2 parents 281d490 + 1deabde commit 155c3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Expression.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ One way to accomplish this is with the Expression constraint:
7373
.. code-block:: php-annotations
7474
7575
// src/Acme/DemoBundle/Model/BlogPost.php
76-
namespace Acme\DemoBundle\Model\BlogPost;
76+
namespace Acme\DemoBundle\Model;
7777
7878
use Symfony\Component\Validator\Constraints as Assert;
7979

0 commit comments

Comments
 (0)