Skip to content

Commit

Permalink
remove dot in front of colon
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Feb 15, 2016
1 parent 0103364 commit 61ef5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/form/data_transformers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ Next, you need to instantiate the ``IssueToNumberTransformer`` class from inside
of the entity manager (because ``IssueToNumberTransformer`` needs this).

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

// src/AppBundle/Form/TaskType.php
namespace AppBundle\Form\Type;
Expand Down

0 comments on commit 61ef5bb

Please sign in to comment.