Skip to content

Commit 1afdf66

Browse files
committed
minor #8263 Add missing comment (janek109)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #8263). Discussion ---------- Add missing comment Commits ------- 7ab8f51 Add missing comment
2 parents 17ee3fd + 7ab8f51 commit 1afdf66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

forms.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,7 @@ the choice is ultimately up to you.
659659
good idea to explicitly specify the ``data_class`` option by adding the
660660
following to your form type class::
661661

662+
// src/AppBundle/Form/TaskType.php
662663
use AppBundle\Entity\Task;
663664
use Symfony\Component\OptionsResolver\OptionsResolver;
664665

0 commit comments

Comments
 (0)