@@ -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 | { |
@@ -23,7 +23,7 @@ |
||
| 23 | 23 | /** |
| 24 | 24 | * Returns a list of functions to add to the existing list. |
| 25 | 25 | * |
| 26 | - * @return array An array of functions |
|
| 26 | + * @return \Twig_SimpleFunction[] An array of functions |
|
| 27 | 27 | */ |
| 28 | 28 | public function getFunctions() |
| 29 | 29 | { |
@@ -12,7 +12,7 @@ |
||
| 12 | 12 | /** |
| 13 | 13 | * Get Twig filters defined in this extension. |
| 14 | 14 | * |
| 15 | - * @return array |
|
| 15 | + * @return \Twig_SimpleFilter[] |
|
| 16 | 16 | */ |
| 17 | 17 | public function getFilters() |
| 18 | 18 | { |
@@ -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 | { |
@@ -23,7 +23,7 @@ |
||
| 23 | 23 | /** |
| 24 | 24 | * Returns a list of functions to add to the existing list. |
| 25 | 25 | * |
| 26 | - * @return array An array of functions |
|
| 26 | + * @return \Twig_SimpleFunction[] An array of functions |
|
| 27 | 27 | */ |
| 28 | 28 | public function getFunctions() |
| 29 | 29 | { |
@@ -25,7 +25,7 @@ |
||
| 25 | 25 | /** |
| 26 | 26 | * Get Twig functions defined in this extension. |
| 27 | 27 | * |
| 28 | - * @return array |
|
| 28 | + * @return \Twig_SimpleFunction[] |
|
| 29 | 29 | */ |
| 30 | 30 | public function getFunctions() |
| 31 | 31 | { |
@@ -31,7 +31,7 @@ |
||
| 31 | 31 | /** |
| 32 | 32 | * Get Twig functions defined in this extension. |
| 33 | 33 | * |
| 34 | - * @return array |
|
| 34 | + * @return \Twig_SimpleFunction[] |
|
| 35 | 35 | */ |
| 36 | 36 | public function getFunctions() |
| 37 | 37 | { |
@@ -20,7 +20,7 @@ discard block |
||
| 20 | 20 | /** |
| 21 | 21 | * Get Twig functions defined in this extension. |
| 22 | 22 | * |
| 23 | - * @return array |
|
| 23 | + * @return \Twig_SimpleFunction[] |
|
| 24 | 24 | */ |
| 25 | 25 | public function getFunctions() |
| 26 | 26 | { |
@@ -36,7 +36,6 @@ discard block |
||
| 36 | 36 | * Render multidomain switcher widget. |
| 37 | 37 | * |
| 38 | 38 | * @param \Twig_Environment $env |
| 39 | - * @param array $locales The locales |
|
| 40 | 39 | * @param string $route The route |
| 41 | 40 | * @param array $parameters The route parameters |
| 42 | 41 | * |
@@ -78,7 +77,7 @@ discard block |
||
| 78 | 77 | } |
| 79 | 78 | |
| 80 | 79 | /** |
| 81 | - * @return string |
|
| 80 | + * @return boolean |
|
| 82 | 81 | */ |
| 83 | 82 | public function switchedHostIsCurrent() |
| 84 | 83 | { |
@@ -11,7 +11,7 @@ discard block |
||
| 11 | 11 | /** |
| 12 | 12 | * Get Twig functions defined in this extension. |
| 13 | 13 | * |
| 14 | - * @return array |
|
| 14 | + * @return \Twig_SimpleFunction[] |
|
| 15 | 15 | */ |
| 16 | 16 | public function getFunctions() |
| 17 | 17 | { |
@@ -23,7 +23,7 @@ discard block |
||
| 23 | 23 | /** |
| 24 | 24 | * Return the admin menu MenuBuilder. |
| 25 | 25 | * |
| 26 | - * @return MenuBuilder |
|
| 26 | + * @return boolean |
|
| 27 | 27 | */ |
| 28 | 28 | public function hideSidebarInNodeEditAdmin($node) |
| 29 | 29 | { |