diff --git a/src/Symfony/Components/Templating/Engine.php b/src/Symfony/Components/Templating/Engine.php index 8fff1dcf96..75a332d2a7 100644 --- a/src/Symfony/Components/Templating/Engine.php +++ b/src/Symfony/Components/Templating/Engine.php @@ -5,6 +5,7 @@ namespace Symfony\Components\Templating; use Symfony\Components\Templating\Loader\LoaderInterface; use Symfony\Components\Templating\Renderer\PhpRenderer; use Symfony\Components\Templating\Renderer\RendererInterface; +use Symfony\Components\Templating\Helper\HelperInterface; /* * This file is part of the symfony package. @@ -171,7 +172,7 @@ class Engine * Sets a helper. * * @param HelperInterface $value The helper instance - * @param string $alias An alias + * @param string $alias An alias */ public function set(HelperInterface $helper, $alias = null) {