| @@ -11,7 +11,7 @@ discard block | ||
| 11 | 11 | /** | 
| 12 | 12 | * Return all sections (app & plugins) with an Template directory. | 
| 13 | 13 | * | 
| 14 | - * @return array | |
| 14 | + * @return string | |
| 15 | 15 | */ | 
| 16 | 16 | public static function all() | 
| 17 | 17 |      { | 
| @@ -23,7 +23,7 @@ discard block | ||
| 23 | 23 | * | 
| 24 | 24 | * @param string $plugin The plugin to find all templates for. | 
| 25 | 25 | * | 
| 26 | - * @return mixed | |
| 26 | + * @return string | |
| 27 | 27 | */ | 
| 28 | 28 | public static function plugin($plugin) | 
| 29 | 29 |      { | 
| @@ -37,7 +37,7 @@ discard block | ||
| 37 | 37 | * | 
| 38 | 38 | * @param string $sections Sections to iterate over. | 
| 39 | 39 | * | 
| 40 | - * @return array | |
| 40 | + * @return string | |
| 41 | 41 | */ | 
| 42 | 42 | protected static function deepen($sections) | 
| 43 | 43 |      { | 
| @@ -11,7 +11,7 @@ discard block | ||
| 11 | 11 | /** | 
| 12 | 12 | * Return all sections (app & plugins) with an Template directory. | 
| 13 | 13 | * | 
| 14 | - * @return array | |
| 14 | + * @return string | |
| 15 | 15 | */ | 
| 16 | 16 | public static function all() | 
| 17 | 17 |      { | 
| @@ -23,7 +23,7 @@ discard block | ||
| 23 | 23 | * | 
| 24 | 24 | * @param string $plugin The plugin to find all templates for. | 
| 25 | 25 | * | 
| 26 | - * @return mixed | |
| 26 | + * @return string | |
| 27 | 27 | */ | 
| 28 | 28 | public static function plugin($plugin) | 
| 29 | 29 |      { | 
| @@ -37,7 +37,7 @@ discard block | ||
| 37 | 37 | * | 
| 38 | 38 | * @param string $sections Sections to iterate over. | 
| 39 | 39 | * | 
| 40 | - * @return array | |
| 40 | + * @return string | |
| 41 | 41 | */ | 
| 42 | 42 | protected static function deepen($sections) | 
| 43 | 43 |      { |