@@ -35,6 +35,7 @@ discard block |
||
35 | 35 | /** |
36 | 36 | * Get autoload path. |
37 | 37 | * |
38 | + * @param string $append |
|
38 | 39 | * @return string |
39 | 40 | */ |
40 | 41 | public function path($append = null) |
@@ -46,7 +47,7 @@ discard block |
||
46 | 47 | /** |
47 | 48 | * Get paths to templates. |
48 | 49 | * |
49 | - * @return string |
|
50 | + * @return string[] |
|
50 | 51 | */ |
51 | 52 | public function templatePaths() |
52 | 53 | { |