@@ -36,7 +36,7 @@ |
||
36 | 36 | } |
37 | 37 | |
38 | 38 | /** |
39 | - * @return string|Twig_LoaderInterface |
|
39 | + * @return \Twig_LoaderInterface |
|
40 | 40 | */ |
41 | 41 | public function getResultLoader() |
42 | 42 | { |
@@ -15,7 +15,7 @@ |
||
15 | 15 | /** |
16 | 16 | * Return all sections (app & plugins) with an Template directory. |
17 | 17 | * |
18 | - * @return array |
|
18 | + * @return string |
|
19 | 19 | */ |
20 | 20 | public static function all() |
21 | 21 | { |
@@ -40,7 +40,7 @@ |
||
40 | 40 | * @param string $name The template logical name. |
41 | 41 | * |
42 | 42 | * @throws Twig_Error_Loader When $name is not found |
43 | - * @return Twig_Source |
|
43 | + * @return \Twig_Source |
|
44 | 44 | * |
45 | 45 | */ |
46 | 46 | public function getSourceContext($name) |