Skip to content

Commit 8e0ec1c

Browse files
gimlerweaverryan
authored andcommitted
fix the path to the file in the example code
1 parent 2e6df67 commit 8e0ec1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/data_transformers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ a text field, as we configure the fields' parent to be a "text" field, in which
2121
will enter the issue number. The field will display an error if a non existing number
2222
was entered::
2323

24-
// src/Acme/TaskBundle/Form/IssueSelectorType.php
24+
// src/Acme/TaskBundle/Form/Type/IssueSelectorType.php
2525
namespace Acme\TaskBundle\Form\Type;
2626

2727
use Symfony\Component\Form\AbstractType;

0 commit comments

Comments
 (0)