@@ -52,7 +52,7 @@ discard block |
||
52 | 52 | /** |
53 | 53 | * Returns a list of functions to add to the existing list. |
54 | 54 | * |
55 | - * @return array An array of functions |
|
55 | + * @return TwigFunction[] An array of functions |
|
56 | 56 | */ |
57 | 57 | public function getFunctions() |
58 | 58 | { |
@@ -236,7 +236,7 @@ discard block |
||
236 | 236 | } |
237 | 237 | |
238 | 238 | /** |
239 | - * @param $src |
|
239 | + * @param string $src |
|
240 | 240 | * |
241 | 241 | * @return array |
242 | 242 | */ |
@@ -24,7 +24,7 @@ |
||
24 | 24 | /** |
25 | 25 | * Returns a list of filters. |
26 | 26 | * |
27 | - * @return array An array of filters |
|
27 | + * @return TwigFilter[] An array of filters |
|
28 | 28 | */ |
29 | 29 | public function getFilters() |
30 | 30 | { |
@@ -16,7 +16,7 @@ |
||
16 | 16 | /** |
17 | 17 | * Returns a list of functions to add to the existing list. |
18 | 18 | * |
19 | - * @return array An array of functions |
|
19 | + * @return TwigFunction[] An array of functions |
|
20 | 20 | */ |
21 | 21 | public function getFunctions() |
22 | 22 | { |
@@ -16,7 +16,7 @@ |
||
16 | 16 | /** |
17 | 17 | * Returns a list of functions to add to the existing list. |
18 | 18 | * |
19 | - * @return array An array of functions |
|
19 | + * @return TwigFunction[] An array of functions |
|
20 | 20 | */ |
21 | 21 | public function getFunctions() |
22 | 22 | { |
@@ -28,7 +28,7 @@ |
||
28 | 28 | /** |
29 | 29 | * Get Twig functions defined in this extension. |
30 | 30 | * |
31 | - * @return array |
|
31 | + * @return TwigFunction[] |
|
32 | 32 | */ |
33 | 33 | public function getFunctions() |
34 | 34 | { |
@@ -28,7 +28,7 @@ |
||
28 | 28 | /** |
29 | 29 | * Get Twig functions defined in this extension. |
30 | 30 | * |
31 | - * @return array |
|
31 | + * @return TwigFunction[] |
|
32 | 32 | */ |
33 | 33 | public function getFunctions() |
34 | 34 | { |
@@ -28,7 +28,7 @@ |
||
28 | 28 | /** |
29 | 29 | * Get Twig functions defined in this extension. |
30 | 30 | * |
31 | - * @return array |
|
31 | + * @return TwigFunction[] |
|
32 | 32 | */ |
33 | 33 | public function getFunctions() |
34 | 34 | { |
@@ -16,7 +16,7 @@ |
||
16 | 16 | /** |
17 | 17 | * Returns a list of functions to add to the existing list. |
18 | 18 | * |
19 | - * @return array An array of functions |
|
19 | + * @return TwigFunction[] An array of functions |
|
20 | 20 | */ |
21 | 21 | public function getFunctions() |
22 | 22 | { |
@@ -16,7 +16,7 @@ |
||
16 | 16 | /** |
17 | 17 | * Returns a list of functions to add to the existing list. |
18 | 18 | * |
19 | - * @return array An array of functions |
|
19 | + * @return TwigFunction[] An array of functions |
|
20 | 20 | */ |
21 | 21 | public function getFunctions() |
22 | 22 | { |