Completed
Pull Request — master (#3531)
by Lukas
11:13
created
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.