From: Fabien Potencier Date: Sun, 16 Jan 2011 06:55:52 +0000 (+0100) Subject: fixed typo in phpdoc X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=4e62a4d1b463e86788c04d35764b946c059e4cca;p=konrad%2Ftwig.git fixed typo in phpdoc --- 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) {