From 03990aeb41e6b1fa39196c22a12ab1f7fc2c26e9 Mon Sep 17 00:00:00 2001 From: timothymctim Date: Thu, 31 Jul 2014 22:05:44 +0200 Subject: [PATCH] Fixed typo in the yml validation The `Valid` property should be added to `Acme\HelloBundle\Entity\Author` instead of `Acme\HelloBundle\Author`. --- reference/constraints/Valid.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/constraints/Valid.rst b/reference/constraints/Valid.rst index 635f0bddfd2..1ba69a9262d 100644 --- a/reference/constraints/Valid.rst +++ b/reference/constraints/Valid.rst @@ -194,7 +194,7 @@ property. .. code-block:: yaml # src/Acme/HelloBundle/Resources/config/validation.yml - Acme\HelloBundle\Author: + Acme\HelloBundle\Entity\Author: properties: address: - Valid: ~