merged branch shieldo/patch-1 (PR #670)

Commits
-------

7f0cca0 fixed incorrect docblock

Discussion
----------

fixed incorrect docblock

---------------------------------------------------------------------------

by shieldo at 2012-03-19T18:15:41Z

True, and done.

---------------------------------------------------------------------------

by fabpot at 2012-03-19T18:19:33Z

Can you rebase your PR and squash your commits so that we don't have the merge? Thanks.

---------------------------------------------------------------------------

by shieldo at 2012-03-19T18:43:28Z

Sorry about that.  Done. :)
This commit is contained in:
Fabien Potencier
2012-03-19 19:52:05 +01:00
+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()
{