Completed
Pull Request — master (#569)
by Julius
07:22
created
lib/TemplateManager.php 1 patch
Doc Comments   +6 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,6 @@  discard block
 block discarded – undo
110 110
 	 * @param string $appName
111 111
 	 * @param string $userId
112 112
 	 * @param IConfig $config
113
-	 * @param Factory $appDataFactory
114 113
 	 * @param IURLGenerator $urlGenerator
115 114
 	 * @param IRootFolder $rootFolder
116 115
 	 * @param IL10N $l
@@ -323,6 +322,9 @@  discard block
 block discarded – undo
323 322
 		}));
324 323
 	}
325 324
 
325
+	/**
326
+	 * @param string $type
327
+	 */
326 328
 	public function getAllFormatted($type) {
327 329
 		if (!array_key_exists($type, self::$tplTypes)) {
328 330
 			return [];
@@ -457,6 +459,9 @@  discard block
 block discarded – undo
457 459
 		];
458 460
 	}
459 461
 
462
+	/**
463
+	 * @param integer $fileId
464
+	 */
460 465
 	public function isTemplate($fileId) {
461 466
 		$empty = $this->getEmpty();
462 467
 		$system = $this->getSystem();
Please login to merge, or discard this patch.