From de20e2c7e31ccdb2856f1c4d8ff312133cb70d6f Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Sat, 17 Oct 2015 12:10:09 +0200 Subject: [PATCH] make file path consitent with other articles --- book/forms.rst | 8 ++++---- book/validation.rst | 2 +- reference/constraints/UniqueEntity.rst | 5 ++--- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/book/forms.rst b/book/forms.rst index e2767f72e56..031158276c5 100644 --- a/book/forms.rst +++ b/book/forms.rst @@ -354,7 +354,7 @@ object. .. code-block:: php-annotations - // AppBundle/Entity/Task.php + // src/AppBundle/Entity/Task.php use Symfony\Component\Validator\Constraints as Assert; class Task @@ -373,7 +373,7 @@ object. .. code-block:: yaml - # AppBundle/Resources/config/validation.yml + # src/AppBundle/Resources/config/validation.yml AppBundle\Entity\Task: properties: task: @@ -384,7 +384,7 @@ object. .. code-block:: xml - +