Completed
Pull Request — master (#263)
by John
01:54
created
lib/Settings/Admin.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,6 @@
 block discarded – undo
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
 	 */
Please login to merge, or discard this patch.
lib/TemplateManager.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,6 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.