Completed
Pull Request — master (#9345)
by Björn
16:57
created
lib/private/Files/Storage/DAV.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
 namespace OC\Files\Storage;
35 35
 
36 36
 use Exception;
37
-use GuzzleHttp\Exception\RequestException;
38 37
 use OCP\ILogger;
39 38
 use Psr\Http\Message\ResponseInterface;
40 39
 use Icewind\Streams\CallbackWrapper;
Please login to merge, or discard this patch.
lib/private/Log.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -36,13 +36,11 @@
 block discarded – undo
36 36
 namespace OC;
37 37
 
38 38
 use InterfaSys\LogNormalizer\Normalizer;
39
-
40 39
 use OC\Log\ExceptionSerializer;
41 40
 use OCP\Log\IFileBased;
42 41
 use OCP\Log\IWriter;
43 42
 use OCP\ILogger;
44 43
 use OCP\Support\CrashReport\IRegistry;
45
-use OCP\Util;
46 44
 
47 45
 /**
48 46
  * logging utilities
Please login to merge, or discard this patch.
lib/private/Settings/Manager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,6 @@
 block discarded – undo
46 46
 use OCP\Settings\ISettings;
47 47
 use OCP\Settings\IManager;
48 48
 use OCP\Settings\ISection;
49
-use OCP\Util;
50 49
 
51 50
 class Manager implements IManager {
52 51
 	/** @var ILogger */
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
@@ -32,7 +32,6 @@
 block discarded – undo
32 32
 use OCA\FederatedFileSharing\AddressHandler;
33 33
 use OCA\FederatedFileSharing\FederatedShareProvider;
34 34
 use OCA\FederatedFileSharing\Notifications;
35
-use OCA\FederatedFileSharing\OCM\CloudFederationProvider;
36 35
 use OCA\FederatedFileSharing\TokenHandler;
37 36
 use OCA\ShareByMail\Settings\SettingsManager;
38 37
 use OCA\ShareByMail\ShareByMailProvider;
Please login to merge, or discard this patch.
apps/files_versions/lib/BackgroundJob/ExpireVersions.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
 use OCP\IUser;
28 28
 use OCP\IUserManager;
29
-use OCA\Files_Versions\AppInfo\Application;
30 29
 use OCA\Files_Versions\Storage;
31 30
 use OCA\Files_Versions\Expiration;
32 31
 
Please login to merge, or discard this patch.
lib/private/Repair.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -47,8 +47,6 @@
 block discarded – undo
47 47
 use OC\Repair\RepairInvalidShares;
48 48
 use OC\Template\JSCombiner;
49 49
 use OC\Template\SCSSCacher;
50
-use OCA\DAV\Connector\Sabre\Principal;
51
-use OCA\DAV\Repair\RemoveInvalidShares;
52 50
 use OCP\AppFramework\QueryException;
53 51
 use OCP\Migration\IOutput;
54 52
 use OCP\Migration\IRepairStep;
Please login to merge, or discard this patch.
apps/federatedfilesharing/lib/ocm/CloudFederationProviderFiles.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@  discard block
 block discarded – undo
27 27
 use OCA\FederatedFileSharing\AddressHandler;
28 28
 use OCA\FederatedFileSharing\FederatedShareProvider;
29 29
 use OCP\Activity\IManager as IActivityManager;
30
-use OCP\Activity\IManager;
31 30
 use OCP\App\IAppManager;
32 31
 use OCP\Federation\Exceptions\ActionNotSupportedException;
33 32
 use OCP\Federation\Exceptions\AuthenticationFailedException;
@@ -42,7 +41,6 @@  discard block
 block discarded – undo
42 41
 use OCP\IURLGenerator;
43 42
 use OCP\IUserManager;
44 43
 use OCP\Notification\IManager as INotificationManager;
45
-use OCP\Share\Exceptions\ShareNotFound;
46 44
 use OCP\Share\IShare;
47 45
 use OCP\Util;
48 46
 
Please login to merge, or discard this patch.