@@ -40,7 +40,7 @@ |
||
40 | 40 | * |
41 | 41 | * @param string $name The template logical name. |
42 | 42 | * |
43 | - * @return Twig_Source |
|
43 | + * @return \Twig_Source |
|
44 | 44 | * |
45 | 45 | * @throws Twig_Error_Loader When $name is not found |
46 | 46 | */ |
@@ -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 | { |