projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d21592b
)
Fix docblock
author
Jordi Boggiano
<j.boggiano@seld.be>
Tue, 24 Jan 2012 16:38:16 +0000 (17:38 +0100)
committer
Jordi Boggiano
<j.boggiano@seld.be>
Tue, 24 Jan 2012 16:38:16 +0000 (17:38 +0100)
lib/Twig/Environment.php
patch
|
blob
|
history
diff --git
a/lib/Twig/Environment.php
b/lib/Twig/Environment.php
index
4f5fbca
..
0fd8371
100644
(file)
--- a/
lib/Twig/Environment.php
+++ b/
lib/Twig/Environment.php
@@
-677,7
+677,7
@@
class Twig_Environment
/**
* Gets the registered Token Parsers.
*
- * @return Twig_TokenParserInterface[] An array of Twig_TokenParserInterface instances
+ * @return Twig_TokenParserBrokerInterface A broker containing token parsers
*/
public function getTokenParsers()
{