[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
1 changed files with 1 additions and 1 deletions

View File

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