Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2f15432

Browse filesBrowse 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
Copy full SHA for 2f15432

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎form/data_transformers.rst

Copy file name to clipboardExpand all lines: form/data_transformers.rst
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.