From d8527fe6ca3895d16ac6f399931a9cb7443c5ac0 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 24 Jan 2012 17:38:16 +0100 Subject: [PATCH] Fix docblock --- lib/Twig/Environment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 4f5fbca56..0fd8371de 100644 --- 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() {