From fee994953c7f7b5b5491d7e43379aa78310687d8 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 3 Apr 2017 10:39:40 +0200 Subject: [PATCH] Reword the explanation about enabling validation and annotations --- validation.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/validation.rst b/validation.rst index 9322197b5f4..0c4597495b6 100644 --- a/validation.rst +++ b/validation.rst @@ -211,8 +211,9 @@ Inside the template, you can output the list of errors exactly as needed: Configuration ------------- -The Symfony validator is enabled by default, but you must explicitly enable -annotations if you're using the annotation method to specify your constraints: +Before using the Symfony validator, make sure it's enabled in the main config +file. Besides, if you plan to use annotations to configure validation, make sure +that the ``enable_annotations`` option is ``true``: .. configuration-block::