We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6fbd9 commit cefd184Copy full SHA for cefd184
book/validation.rst
@@ -651,7 +651,7 @@ this method must return ``true``:
651
652
<class name="AppBundle\Entity\Author">
653
<getter property="passwordLegal">
654
- <constraint name="True">
+ <constraint name="IsTrue">
655
<option name="message">The password cannot match your first name</option>
656
</constraint>
657
</getter>
0 commit comments