fixed incorrect docblock

This commit is contained in:
Douglas Greenshields
2012-03-19 17:38:45 +00:00
parent 90931b0a27
commit 7f0cca0f7c
+2 -2
View File
@@ -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()
{