@@ -110,7 +110,6 @@ discard block |
||
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 |
||
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 |
||
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(); |