[TwigBundle] fixed phpdoc in RouteTokenParser

This commit is contained in:
Matthieu Bontemps 2010-05-21 14:18:32 +02:00 committed by Fabien Potencier
parent 360f79f3a1
commit a9c047f846

View File

@ -16,7 +16,7 @@ use Symfony\Framework\TwigBundle\Node\HelperNode;
/** /**
* Wrapper for the route helper generate() method. * Wrapper for the route helper generate() method.
* *
* {% route blog_post with ['id': post.id] %} * {% route 'blog_post' with ['id': post.id] %}
* *
* @package Symfony * @package Symfony
* @subpackage Framework_TwigBundle * @subpackage Framework_TwigBundle