@@ -36,7 +36,7 @@ discard block |
||
| 36 | 36 | /** |
| 37 | 37 | * Returns a list of functions to add to the existing list. |
| 38 | 38 | * |
| 39 | - * @return array An array of functions |
|
| 39 | + * @return TwigFunction[] An array of functions |
|
| 40 | 40 | */ |
| 41 | 41 | public function getFunctions() |
| 42 | 42 | { |
@@ -58,7 +58,7 @@ discard block |
||
| 58 | 58 | /** |
| 59 | 59 | * Returns a list of filters. |
| 60 | 60 | * |
| 61 | - * @return array |
|
| 61 | + * @return TwigFilter[] |
|
| 62 | 62 | */ |
| 63 | 63 | public function getFilters() |
| 64 | 64 | { |