Fix docblock

This commit is contained in:
Jordi Boggiano
2012-01-24 17:38:16 +01:00
parent d21592b189
commit d8527fe6ca
+1 -1
View File
@@ -677,7 +677,7 @@ class Twig_Environment
/** /**
* Gets the registered Token Parsers. * 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() public function getTokenParsers()
{ {