@@ -164,7 +164,7 @@ discard block |
||
164 | 164 | |
165 | 165 | /** |
166 | 166 | * Enables the app as a theme if it has the type "theme" |
167 | - * @param $app |
|
167 | + * @param string $app |
|
168 | 168 | */ |
169 | 169 | private static function enableTheme($app) { |
170 | 170 | if (self::isType($app, 'theme')) { |
@@ -1365,8 +1365,8 @@ discard block |
||
1365 | 1365 | } |
1366 | 1366 | |
1367 | 1367 | /** |
1368 | - * @param $config |
|
1369 | - * @param $l |
|
1368 | + * @param OCP\IConfig $config |
|
1369 | + * @param OCP\IL10N $l |
|
1370 | 1370 | * @param $info |
1371 | 1371 | * @throws Exception |
1372 | 1372 | */ |