Skip to content

Commit

Permalink
Merge pull request #3401 from mariusbalcytis/patch-1
Browse files Browse the repository at this point in the history
UniqueEntity fields property mistype in XML example
  • Loading branch information
weaverryan committed Jan 2, 2014
2 parents 9f3876f + d49f2a8 commit 0428c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/constraints/UniqueEntity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Consider this example:
<class name="Acme\AdministrationBundle\Entity\Service">
<constraint name="Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity">
<option name="field">
<option name="fields">
<value>host</value>
<value>port</value>
</option>
Expand Down

0 comments on commit 0428c57

Please sign in to comment.