Completed
Pull Request — master (#3531)
by Lukas
10:54
created
lib/private/Server.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
lib/private/Template/SCSSCacher.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
apps/theming/lib/ThemingDefaults.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.