mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 02:16:41 +00:00
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:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user