@@ -38,7 +38,7 @@ |
||
38 | 38 | /** |
39 | 39 | * Check to see if a given tool is enabled. |
40 | 40 | * @param string $tool The tool short name. |
41 | - * @return bool |
|
41 | + * @return boolean|null |
|
42 | 42 | */ |
43 | 43 | public function checkEnabled($tool) |
44 | 44 | { |
@@ -24,7 +24,7 @@ discard block |
||
24 | 24 | |
25 | 25 | /** |
26 | 26 | * Get all functions that this class provides. |
27 | - * @return array |
|
27 | + * @return \Twig_SimpleFunction[] |
|
28 | 28 | */ |
29 | 29 | public function getFunctions() |
30 | 30 | { |
@@ -520,7 +520,7 @@ discard block |
||
520 | 520 | |
521 | 521 | /** |
522 | 522 | * Get all filters for this extension. |
523 | - * @return array |
|
523 | + * @return \Twig_SimpleFilter[] |
|
524 | 524 | */ |
525 | 525 | public function getFilters() |
526 | 526 | { |