Skip to content

Commit 8fe4609

Browse files
committed
minor #6277 remove dot in front of colon (xabbuh)
This PR was merged into the 2.8 branch. Discussion ---------- remove dot in front of colon Commits ------- 61ef5bb remove dot in front of colon
2 parents 0103364 + 61ef5bb commit 8fe4609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cookbook/form/data_transformers.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Next, you need to instantiate the ``IssueToNumberTransformer`` class from inside
254254
of the entity manager (because ``IssueToNumberTransformer`` needs this).
255255

256256
No problem! Just add a ``__construct()`` function to ``TaskType`` and force this
257-
to be passed in by registering ``TaskType`` as a service.::
257+
to be passed in by registering ``TaskType`` as a service::
258258

259259
// src/AppBundle/Form/TaskType.php
260260
namespace AppBundle\Form\Type;

0 commit comments

Comments
 (0)