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

Commit

Permalink
Fixed a syntax issue in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Nov 14, 2017
1 parent ee2b0a8 commit b34951d
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 b34951d

Please sign in to comment.