Browse Source

[TwigBundle] fixed phpdoc in RouteTokenParser

Matthieu Bontemps 15 years ago
parent
commit
a9c047f846
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Symfony/Framework/TwigBundle/TokenParser/RouteTokenParser.php

+ 1 - 1
src/Symfony/Framework/TwigBundle/TokenParser/RouteTokenParser.php

@@ -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