Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 155c3e8

Browse filesBrowse files
committed
bug symfony#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
Copy full SHA for 155c3e8

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎reference/constraints/Expression.rst

Copy file name to clipboardExpand all lines: reference/constraints/Expression.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.