Skip to content

Commit 61ef5bb

Browse files
committed
remove dot in front of colon
1 parent 0103364 commit 61ef5bb

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)