Skip to content

Commit 2f15432

Browse files
committed
minor #9814 Fix missing use of IssueSelectorType (magnetik)
This PR was merged into the 2.8 branch. Discussion ---------- Fix missing use of IssueSelectorType Minor change, the use statement was probably a forgotten copy paste. Commits ------- c140ccc Fix missing use of IssueSelectorType
2 parents 44baa5f + c140ccc commit 2f15432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/data_transformers.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ it's quite easy::
467467
// src/AppBundle/Form/Type/TaskType.php
468468
namespace AppBundle\Form\Type;
469469

470-
use AppBundle\Form\DataTransformer\IssueToNumberTransformer;
470+
use AppBundle\Form\IssueSelectorType;
471471
use Symfony\Component\Form\Extension\Core\Type\TextareaType;
472472
// ...
473473

0 commit comments

Comments
 (0)