From 5c601cb60de663fda822068f9363fc9f421e8a0e Mon Sep 17 00:00:00 2001 From: Syedi Hasan Date: Tue, 29 Dec 2015 12:49:37 +0600 Subject: [PATCH] Update validation.rst at line 647 put 'IsTrue' instead of 'True' --- book/validation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/validation.rst b/book/validation.rst index 74e0c97bfaf..755e2f54367 100644 --- a/book/validation.rst +++ b/book/validation.rst @@ -644,7 +644,7 @@ this method must return ``true``: AppBundle\Entity\Author: getters: passwordLegal: - - 'True': { message: 'The password cannot match your first name' } + - 'IsTrue': { message: 'The password cannot match your first name' } .. code-block:: xml