From a9c047f8467415d2bd4fd6739d929357d69b908c Mon Sep 17 00:00:00 2001 From: Matthieu Bontemps Date: Fri, 21 May 2010 14:18:32 +0200 Subject: [PATCH] [TwigBundle] fixed phpdoc in RouteTokenParser --- .../Framework/TwigBundle/TokenParser/RouteTokenParser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Framework/TwigBundle/TokenParser/RouteTokenParser.php b/src/Symfony/Framework/TwigBundle/TokenParser/RouteTokenParser.php index 3c0b8c989e..5f201e6ce3 100644 --- a/src/Symfony/Framework/TwigBundle/TokenParser/RouteTokenParser.php +++ b/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