@@ -24,7 +24,7 @@ |
||
24 | 24 | /** |
25 | 25 | * Returns a list of filters. |
26 | 26 | * |
27 | - * @return array An array of filters |
|
27 | + * @return \Twig_SimpleFilter[] An array of filters |
|
28 | 28 | */ |
29 | 29 | public function getFilters() |
30 | 30 | { |
@@ -156,7 +156,7 @@ |
||
156 | 156 | } |
157 | 157 | |
158 | 158 | /** |
159 | - * @param int $triggered |
|
159 | + * @param integer $events |
|
160 | 160 | */ |
161 | 161 | public function setEvents($events) |
162 | 162 | { |
@@ -28,7 +28,7 @@ |
||
28 | 28 | protected $adminRouteHelper; |
29 | 29 | |
30 | 30 | /** |
31 | - * @return mixed |
|
31 | + * @return string |
|
32 | 32 | */ |
33 | 33 | public function getTemplate() |
34 | 34 | { |
@@ -9,8 +9,14 @@ |
||
9 | 9 | */ |
10 | 10 | interface DataCollectionInterface |
11 | 11 | { |
12 | + /** |
|
13 | + * @return AbstractDataCollector |
|
14 | + */ |
|
12 | 15 | public function setTemplate($template); |
13 | 16 | |
17 | + /** |
|
18 | + * @return string |
|
19 | + */ |
|
14 | 20 | public function getTemplate(); |
15 | 21 | |
16 | 22 | public function getAccessRoles(); |
@@ -21,7 +21,7 @@ |
||
21 | 21 | } |
22 | 22 | |
23 | 23 | /** |
24 | - * @return array |
|
24 | + * @return string[] |
|
25 | 25 | */ |
26 | 26 | public function getAccessRoles() |
27 | 27 | { |
@@ -17,7 +17,7 @@ |
||
17 | 17 | /** |
18 | 18 | * Returns a list of functions to add to the existing list. |
19 | 19 | * |
20 | - * @return array An array of functions |
|
20 | + * @return \Twig_SimpleFunction[] An array of functions |
|
21 | 21 | */ |
22 | 22 | public function getFunctions() |
23 | 23 | { |
@@ -17,7 +17,7 @@ |
||
17 | 17 | /** |
18 | 18 | * Returns a list of functions to add to the existing list. |
19 | 19 | * |
20 | - * @return array An array of functions |
|
20 | + * @return \Twig_SimpleFunction[] An array of functions |
|
21 | 21 | */ |
22 | 22 | public function getFunctions() |
23 | 23 | { |
@@ -29,7 +29,7 @@ |
||
29 | 29 | /** |
30 | 30 | * Get Twig functions defined in this extension. |
31 | 31 | * |
32 | - * @return array |
|
32 | + * @return \Twig_SimpleFunction[] |
|
33 | 33 | */ |
34 | 34 | public function getFunctions() |
35 | 35 | { |
@@ -29,7 +29,7 @@ |
||
29 | 29 | /** |
30 | 30 | * Get Twig functions defined in this extension. |
31 | 31 | * |
32 | - * @return array |
|
32 | + * @return \Twig_SimpleFunction[] |
|
33 | 33 | */ |
34 | 34 | public function getFunctions() |
35 | 35 | { |