@@ -83,7 +83,8 @@ discard block |
||
83 | 83 | /** |
84 | 84 | * Add a single directory to the template engine. |
85 | 85 | * |
86 | - * @param string $directories directory of templates |
|
86 | + * @param string $directory directory of templates |
|
87 | + * @param string $theme |
|
87 | 88 | * @return $this |
88 | 89 | */ |
89 | 90 | public function registerTheme($theme, $directory) |
@@ -99,7 +100,7 @@ discard block |
||
99 | 100 | /** |
100 | 101 | * Returns the template rendering engine. |
101 | 102 | * |
102 | - * @return League\Plates\Engine |
|
103 | + * @return Engine |
|
103 | 104 | */ |
104 | 105 | public function getEngine() |
105 | 106 | { |