projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
64f63be
)
fixed typo in phpdoc
author
Fabien Potencier
<fabien.potencier@gmail.com>
Sun, 16 Jan 2011 06:55:52 +0000 (07:55 +0100)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Sun, 16 Jan 2011 06:55:52 +0000 (07:55 +0100)
lib/Twig/Environment.php
patch
|
blob
|
history
diff --git
a/lib/Twig/Environment.php
b/lib/Twig/Environment.php
index
65cbb2b
..
92809ed
100644
(file)
--- 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)
{