fixed typo

This commit is contained in:
Fabien Potencier
2015-11-11 16:18:23 +01:00
parent b7c124bae0
commit 093bf70d6c
+1 -1
View File
@@ -988,7 +988,7 @@ class Twig_Environment
/**
* Gets the registered Filters.
*
* Be warned that this method cannot return filters defined with registerUndefinedFunctionCallback.
* Be warned that this method cannot return filters defined with registerUndefinedFilterCallback.
*
* @return Twig_FilterInterface[] An array of Twig_FilterInterface instances
*