Completed
Pull Request — master (#4304)
by Lukas
12:54 queued 01:14
created
lib/private/Console/Application.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,6 @@
 block discarded – undo
37 37
 use Symfony\Component\Console\Input\InputInterface;
38 38
 use Symfony\Component\Console\Input\InputOption;
39 39
 use Symfony\Component\Console\Output\OutputInterface;
40
-use Symfony\Component\Console\Output\ConsoleOutputInterface;
41 40
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
42 41
 
43 42
 class Application {
Please login to merge, or discard this patch.
apps/provisioning_api/lib/Controller/AppsController.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 \OC_App;
29 29
 use OCP\App\AppPathNotFoundException;
30 30
 use OCP\App\IAppManager;
31
-use OCP\AppFramework\Http;
32 31
 use OCP\AppFramework\Http\DataResponse;
33 32
 use OCP\AppFramework\OCS\OCSException;
34 33
 use OCP\AppFramework\OCSController;
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
-use OC\SystemConfig;
29 28
 use OCP\Files\IAppData;
30 29
 use OCP\Files\NotFoundException;
31 30
 use OCP\Files\NotPermittedException;
Please login to merge, or discard this patch.
lib/private/DB/MDB2SchemaReader.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -32,8 +32,6 @@
 block discarded – undo
32 32
 namespace OC\DB;
33 33
 
34 34
 use Doctrine\DBAL\Platforms\AbstractPlatform;
35
-use Doctrine\DBAL\Schema\SchemaConfig;
36
-use Doctrine\DBAL\Platforms\MySqlPlatform;
37 35
 use Doctrine\DBAL\Schema\Schema;
38 36
 use OCP\IConfig;
39 37
 
Please login to merge, or discard this patch.
apps/files/lib/Command/ScanAppData.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,6 @@
 block discarded – undo
12 12
 use OCP\Files\StorageNotAvailableException;
13 13
 use OCP\IConfig;
14 14
 use OCP\IDBConnection;
15
-use OCP\IUserManager;
16
-use Symfony\Component\Console\Input\InputArgument;
17 15
 use Symfony\Component\Console\Input\InputInterface;
18 16
 use Symfony\Component\Console\Input\InputOption;
19 17
 use Symfony\Component\Console\Output\OutputInterface;
Please login to merge, or discard this patch.
lib/private/Files/ObjectStore/Swift.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\Files\ObjectStore\IObjectStore;
29 29
 use OCP\Files\StorageAuthException;
30 30
 use OCP\Files\StorageNotAvailableException;
31
-use OpenCloud\Common\Exceptions\EndpointError;
32 31
 use OpenCloud\Common\Service\Catalog;
33 32
 use OpenCloud\Common\Service\CatalogItem;
34 33
 use OpenCloud\Identity\Resource\Token;
Please login to merge, or discard this patch.
lib/private/Comments/Manager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
 namespace OC\Comments;
26 26
 
27 27
 use Doctrine\DBAL\Exception\DriverException;
28
-use Doctrine\DBAL\Platforms\MySqlPlatform;
29 28
 use OCP\Comments\CommentsEvent;
30 29
 use OCP\Comments\IComment;
31 30
 use OCP\Comments\ICommentsEventHandler;
Please login to merge, or discard this patch.
lib/private/Share20/Manager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,6 @@
 block discarded – undo
36 36
 use OCP\Files\IRootFolder;
37 37
 use OCP\Files\Mount\IMountManager;
38 38
 use OCP\Files\Node;
39
-use OCP\Files\NotFoundException;
40 39
 use OCP\IConfig;
41 40
 use OCP\IGroupManager;
42 41
 use OCP\IL10N;
Please login to merge, or discard this patch.