@@ -65,6 +65,9 @@ |
||
65 | 65 | $this->timeFactory = $timeFactory; |
66 | 66 | } |
67 | 67 | |
68 | + /** |
|
69 | + * @return string |
|
70 | + */ |
|
68 | 71 | public function get() { |
69 | 72 | // First check if there is a local valid discovery file |
70 | 73 | try { |
@@ -39,7 +39,6 @@ |
||
39 | 39 | /** |
40 | 40 | * Admin template settings |
41 | 41 | * |
42 | - * @param string $appName |
|
43 | 42 | * @param IConfig $config |
44 | 43 | * @param TemplateManager $manager |
45 | 44 | */ |
@@ -168,7 +168,6 @@ |
||
168 | 168 | * Delete a template to the global template folder |
169 | 169 | * |
170 | 170 | * @param string $templateName |
171 | - * @param string $templateFile |
|
172 | 171 | * @return void |
173 | 172 | */ |
174 | 173 | public function delete(string $templateName) { |