Completed
Pull Request — master (#4212)
by Individual IT
33:24
created
apps/files_sharing/lib/AppInfo/Application.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 
28 28
 namespace OCA\Files_Sharing\AppInfo;
29 29
 
30
-use OCA\FederatedFileSharing\DiscoveryManager;
31 30
 use OCA\Files_Sharing\Middleware\OCSShareAPIMiddleware;
32 31
 use OCA\Files_Sharing\MountProvider;
33 32
 use OCP\AppFramework\App;
Please login to merge, or discard this patch.
apps/files_sharing/lib/External/Manager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
 namespace OCA\Files_Sharing\External;
31 31
 
32 32
 use OC\Files\Filesystem;
33
-use OCA\FederatedFileSharing\DiscoveryManager;
34 33
 use OCP\Files;
35 34
 use OCP\Files\Storage\IStorageFactory;
36 35
 use OCP\Http\Client\IClientService;
Please login to merge, or discard this patch.
apps/files_sharing/lib/External/Storage.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,6 @@
 block discarded – undo
32 32
 use GuzzleHttp\Exception\ConnectException;
33 33
 use OC\Files\Storage\DAV;
34 34
 use OC\ForbiddenException;
35
-use OCA\FederatedFileSharing\DiscoveryManager;
36 35
 use OCA\Files_Sharing\ISharedStorage;
37 36
 use OCP\AppFramework\Http;
38 37
 use OCP\Federation\ICloudId;
Please login to merge, or discard this patch.
lib/private/Share/Share.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,6 @@
 block discarded – undo
43 43
 namespace OC\Share;
44 44
 
45 45
 use OC\Files\Filesystem;
46
-use OCA\FederatedFileSharing\DiscoveryManager;
47 46
 use OCP\DB\QueryBuilder\IQueryBuilder;
48 47
 use OCP\ILogger;
49 48
 use OCP\IUserManager;
Please login to merge, or discard this patch.
lib/private/Share20/ProviderFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 namespace OC\Share20;
25 25
 
26 26
 use OCA\FederatedFileSharing\AddressHandler;
27
-use OCA\FederatedFileSharing\DiscoveryManager;
28 27
 use OCA\FederatedFileSharing\FederatedShareProvider;
29 28
 use OCA\FederatedFileSharing\Notifications;
30 29
 use OCA\FederatedFileSharing\TokenHandler;
Please login to merge, or discard this patch.
lib/private/Setup/AbstractDatabase.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
  */
27 27
 namespace OC\Setup;
28 28
 
29
-use OC\AllConfig;
30 29
 use OC\DB\ConnectionFactory;
31 30
 use OC\SystemConfig;
32 31
 use OCP\IL10N;
Please login to merge, or discard this patch.
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.