From b42fbfb1a36b34dbc7ea4d1f539a82d3dea17c15 Mon Sep 17 00:00:00 2001 From: Jan Date: Sun, 6 Aug 2017 09:32:41 +0200 Subject: [PATCH] Add missing comment --- forms.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/forms.rst b/forms.rst index 7e5a91bd4b0..550222f7099 100644 --- a/forms.rst +++ b/forms.rst @@ -639,6 +639,7 @@ the choice is ultimately up to you. good idea to explicitly specify the ``data_class`` option by adding the following to your form type class:: + // src/AppBundle/Form/TaskType.php use AppBundle\Entity\Task; use Symfony\Component\OptionsResolver\OptionsResolver;