We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44baa5f commit c140cccCopy full SHA for c140ccc
form/data_transformers.rst
@@ -467,7 +467,7 @@ it's quite easy::
467
// src/AppBundle/Form/Type/TaskType.php
468
namespace AppBundle\Form\Type;
469
470
- use AppBundle\Form\DataTransformer\IssueToNumberTransformer;
+ use AppBundle\Form\IssueSelectorType;
471
use Symfony\Component\Form\Extension\Core\Type\TextareaType;
472
// ...
473
0 commit comments