Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Commit

Permalink
minor #529 Fixed a syntax issue in the docs (javiereguiluz)
Browse files Browse the repository at this point in the history
This PR was merged into the 5.0.x-dev branch.

Discussion
----------

Fixed a syntax issue in the docs

This makes docs render wrongly (see https://symfony.com/doc/master/bundles/SensioFrameworkExtraBundle/annotations/converters.html)

Commits
-------

b34951d Fixed a syntax issue in the docs
  • Loading branch information
fabpot committed Nov 18, 2017
2 parents ee2b0a8 + b34951d commit da05b73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/doc/annotations/converters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ by setting the ``auto_convert`` flag to ``false``:
<request converters="true" auto-convert="true" />
</sensio-framework-extra:config>
You can also explicitly disable some converters by name::
You can also explicitly disable some converters by name:

.. configuration-block::

Expand Down Expand Up @@ -146,7 +146,7 @@ If automatic fetching doesn't work, another great option is to use
an expression::

use Sensio\Bundle\FrameworkExtraBundle\Configuration\Entity;

/**
* @Route("/blog/{post_id}")
* @Entity("post", expr="repository.find(post_id)")
Expand Down

0 comments on commit da05b73

Please sign in to comment.