Skip to content

Commit

Permalink
minor symfony#6277 remove dot in front of colon (xabbuh)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.8 branch.

Discussion
----------

remove dot in front of colon

Commits
-------

61ef5bb remove dot in front of colon
  • Loading branch information
xabbuh committed Feb 15, 2016
2 parents 0103364 + 61ef5bb commit 8fe4609
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 8fe4609

Please sign in to comment.