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 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 4f5fbca..0fd8371 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() { -- 1.7.2.5