From 7f0cca0f7ce1fe769ae9848ad41edd167082e56a Mon Sep 17 00:00:00 2001 From: Douglas Greenshields Date: Mon, 19 Mar 2012 17:38:45 +0000 Subject: [PATCH] fixed incorrect docblock --- lib/Twig/Extension/Core.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Twig/Extension/Core.php b/lib/Twig/Extension/Core.php index ad7faaa..78787d8 100644 --- a/lib/Twig/Extension/Core.php +++ b/lib/Twig/Extension/Core.php @@ -186,9 +186,9 @@ class Twig_Extension_Core extends Twig_Extension } /** - * Returns a list of filters to add to the existing list. + * Returns a list of tests to add to the existing list. * - * @return array An array of filters + * @return array An array of tests */ public function getTests() { -- 1.7.2.5