@@ -40,7 +40,7 @@ discard block |
||
| 40 | 40 | /** |
| 41 | 41 | * Returns a list of functions to add to the existing list. |
| 42 | 42 | * |
| 43 | - * @return array An array of functions |
|
| 43 | + * @return \Twig_SimpleFunction[] An array of functions |
|
| 44 | 44 | */ |
| 45 | 45 | public function getFunctions() |
| 46 | 46 | { |
@@ -61,7 +61,7 @@ discard block |
||
| 61 | 61 | /** |
| 62 | 62 | * Returns a list of filters. |
| 63 | 63 | * |
| 64 | - * @return array |
|
| 64 | + * @return \Twig_SimpleFilter[] |
|
| 65 | 65 | */ |
| 66 | 66 | public function getFilters() |
| 67 | 67 | { |