File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ One way to accomplish this is with the Expression constraint:
73
73
.. code-block :: php-annotations
74
74
75
75
// src/Acme/DemoBundle/Model/BlogPost.php
76
- namespace Acme\DemoBundle\Model\BlogPost ;
76
+ namespace Acme\DemoBundle\Model;
77
77
78
78
use Symfony\Component\Validator\Constraints as Assert;
79
79
@@ -102,11 +102,10 @@ One way to accomplish this is with the Expression constraint:
102
102
</constraint >
103
103
</class >
104
104
105
-
106
105
.. code-block :: php
107
106
108
107
// src/Acme/DemoBundle/Model/BlogPost.php
109
- namespace Acme\DemoBundle\Model\BlogPost ;
108
+ namespace Acme\DemoBundle\Model;
110
109
111
110
use Symfony\Component\Validator\Mapping\ClassMetadata;
112
111
use Symfony\Component\Validator\Constraints as Assert;
You can’t perform that action at this time.
0 commit comments