From: Douglas Greenshields Date: Mon, 19 Mar 2012 17:38:45 +0000 (+0000) Subject: fixed incorrect docblock X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=7f0cca0f7ce1fe769ae9848ad41edd167082e56a;p=web%2Fkonrad%2Ftwig.git fixed incorrect docblock --- 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() {