Skip to content

Commit

Permalink
bug #4153 [Reference] fix namespace in Expression constraint (xabbuh)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Aug 22, 2014
2 parents 281d490 + 1deabde commit 155c3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/constraints/Expression.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ One way to accomplish this is with the Expression constraint:
.. code-block:: php-annotations
// src/Acme/DemoBundle/Model/BlogPost.php
namespace Acme\DemoBundle\Model\BlogPost;
namespace Acme\DemoBundle\Model;
use Symfony\Component\Validator\Constraints as Assert;
Expand Down

0 comments on commit 155c3e8

Please sign in to comment.