From 4e62a4d1b463e86788c04d35764b946c059e4cca Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 16 Jan 2011 07:55:52 +0100 Subject: [PATCH] fixed typo in phpdoc --- lib/Twig/Environment.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 65cbb2b..92809ed 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -739,8 +739,8 @@ class Twig_Environment /** * Registers a Function. * - * @param string $name The function name - * @param Twig_FunctionInterface $visitor A Twig_FunctionInterface instance + * @param string $name The function name + * @param Twig_FunctionInterface $function A Twig_FunctionInterface instance */ public function addFunction($name, Twig_FunctionInterface $function) { -- 1.7.2.5