diff --git a/book/forms.rst b/book/forms.rst index 6eb7c18807a..892e9580ccb 100644 --- a/book/forms.rst +++ b/book/forms.rst @@ -371,11 +371,6 @@ Validation is a very powerful feature of Symfony2 and has its own Validation Groups ~~~~~~~~~~~~~~~~~ -.. tip:: - - If you're not using :ref:`validation groups `, - then you can skip this section. - If your object takes advantage of :ref:`validation groups `, you'll need to specify which validation group(s) your form should use::