@@ -95,7 +95,6 @@ |
||
95 | 95 | use OC\Tagging\TagMapper; |
96 | 96 | use OC\Template\SCSSCacher; |
97 | 97 | use OCA\Theming\ThemingDefaults; |
98 | - |
|
99 | 98 | use OCP\App\IAppManager; |
100 | 99 | use OCA\Theming\Util; |
101 | 100 | use OCP\Federation\ICloudIdManager; |
@@ -114,8 +114,8 @@ |
||
114 | 114 | } |
115 | 115 | |
116 | 116 | /** |
117 | - * @param $appName |
|
118 | - * @param $fileName |
|
117 | + * @param string $appName |
|
118 | + * @param string $fileName |
|
119 | 119 | * @return ISimpleFile |
120 | 120 | */ |
121 | 121 | public function getCachedCSS($appName, $fileName) { |
@@ -25,7 +25,6 @@ |
||
25 | 25 | use Leafo\ScssPhp\Exception\ParserException; |
26 | 26 | use Leafo\ScssPhp\Formatter\Crunched; |
27 | 27 | use Leafo\ScssPhp\Formatter\Expanded; |
28 | - |
|
29 | 28 | use OC\Files\AppData\Factory; |
30 | 29 | use OCP\Files\IAppData; |
31 | 30 | use OCP\Files\NotFoundException; |
@@ -28,7 +28,6 @@ |
||
28 | 28 | use OCP\IConfig; |
29 | 29 | use OCP\IL10N; |
30 | 30 | use OCP\IURLGenerator; |
31 | -use OCP\Files\IRootFolder; |
|
32 | 31 | |
33 | 32 | class ThemingDefaults extends \OC_Defaults { |
34 | 33 |