From 6e9cbca542ea76586fd238208dc38e9f346c8895 Mon Sep 17 00:00:00 2001 From: Ahmed TAILOULOUTE Date: Sun, 3 Sep 2017 16:09:51 +0200 Subject: [PATCH] Update validation.rst --- validation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/validation.rst b/validation.rst index 0b8024a41ed..1d809bcdb0c 100644 --- a/validation.rst +++ b/validation.rst @@ -506,6 +506,7 @@ of the form fields:: 'required' => true, 'constraints' => array(new Length(array('min' => 3))) )) + ; } The ``constraints`` option is only available if the ``ValidatorExtension``