Completed
Pull Request — master (#7621)
by Marlin
16:25 queued 01:24
created
apps/encryption/lib/Hooks/UserHooks.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\Encryption\KeyManager;
33 33
 use OCA\Encryption\Crypto\Crypt;
34 34
 use OCA\Encryption\Users\Setup;
35
-use OCP\App;
36 35
 use OCP\ILogger;
37 36
 use OCP\IUserSession;
38 37
 use OCA\Encryption\Util;
Please login to merge, or discard this patch.
lib/private/Files/ObjectStore/S3ObjectTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use Aws\Exception\MultipartUploadException;
25 25
 use Aws\S3\MultipartUploader;
26 26
 use Aws\S3\S3Client;
27
-use Psr\Http\Message\StreamInterface;
28 27
 
29 28
 const S3_UPLOAD_PART_SIZE = 524288000; // 500MB
30 29
 
Please login to merge, or discard this patch.
apps/dav/lib/CalDAV/Schedule/IMipPlugin.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 OCP\Mail\IEMailTemplate;
33 33
 use OCP\Mail\IMailer;
34 34
 use Sabre\CalDAV\Schedule\IMipPlugin as SabreIMipPlugin;
35
-use Sabre\DAV\Xml\Element\Prop;
36 35
 use Sabre\VObject\Component\VCalendar;
37 36
 use Sabre\VObject\Component\VEvent;
38 37
 use Sabre\VObject\DateTimeParser;
Please login to merge, or discard this patch.
apps/user_ldap/lib/Access.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,6 @@
 block discarded – undo
49 49
 use OCA\User_LDAP\User\Manager;
50 50
 use OCA\User_LDAP\User\OfflineUser;
51 51
 use OCA\User_LDAP\Mapping\AbstractMapping;
52
-
53 52
 use OC\ServerNotAvailableException;
54 53
 use OCP\IConfig;
55 54
 
Please login to merge, or discard this patch.
lib/private/Installer.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -36,17 +36,12 @@
 block discarded – undo
36 36
 namespace OC;
37 37
 
38 38
 use Doctrine\DBAL\Exception\TableExistsException;
39
-use OC\App\AppManager;
40 39
 use OC\App\AppStore\Bundles\Bundle;
41 40
 use OC\App\AppStore\Fetcher\AppFetcher;
42
-use OC\App\CodeChecker\CodeChecker;
43
-use OC\App\CodeChecker\EmptyCheck;
44
-use OC\App\CodeChecker\PrivateCheck;
45 41
 use OC\Archive\TAR;
46 42
 use OC_App;
47 43
 use OC_DB;
48 44
 use OC_Helper;
49
-use OCP\App\IAppManager;
50 45
 use OCP\Http\Client\IClientService;
51 46
 use OCP\IConfig;
52 47
 use OCP\ILogger;
Please login to merge, or discard this patch.
apps/dav/lib/CalDAV/CalDavBackend.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -51,10 +51,8 @@
 block discarded – undo
51 51
 use Sabre\DAV\Exception\Forbidden;
52 52
 use Sabre\DAV\Exception\NotFound;
53 53
 use Sabre\DAV\PropPatch;
54
-use Sabre\HTTP\URLUtil;
55 54
 use Sabre\VObject\Component;
56 55
 use Sabre\VObject\Component\VCalendar;
57
-use Sabre\VObject\Component\VEvent;
58 56
 use Sabre\VObject\Component\VTimeZone;
59 57
 use Sabre\VObject\DateTimeParser;
60 58
 use Sabre\VObject\InvalidDataException;
Please login to merge, or discard this patch.
apps/federation/lib/BackgroundJob/GetSharedSecret.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,6 @@
 block discarded – undo
31 31
 namespace OCA\Federation\BackgroundJob;
32 32
 
33 33
 use GuzzleHttp\Exception\ClientException;
34
-use GuzzleHttp\Exception\ConnectException;
35 34
 use GuzzleHttp\Exception\RequestException;
36 35
 use GuzzleHttp\Ring\Exception\RingException;
37 36
 use OC\BackgroundJob\JobList;
Please login to merge, or discard this patch.
apps/federation/lib/BackgroundJob/RequestSharedSecret.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,6 @@
 block discarded – undo
32 32
 
33 33
 
34 34
 use GuzzleHttp\Exception\ClientException;
35
-use GuzzleHttp\Exception\ConnectException;
36 35
 use GuzzleHttp\Exception\RequestException;
37 36
 use GuzzleHttp\Ring\Exception\RingException;
38 37
 use OC\BackgroundJob\JobList;
Please login to merge, or discard this patch.
lib/private/Server.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -92,7 +92,6 @@  discard block
 block discarded – undo
92 92
 use OC\OCS\DiscoveryService;
93 93
 use OC\Remote\Api\ApiFactory;
94 94
 use OC\Remote\InstanceFactory;
95
-use OC\Repair\NC11\CleanPreviewsBackgroundJob;
96 95
 use OC\RichObjectStrings\Validator;
97 96
 use OC\Security\Bruteforce\Throttler;
98 97
 use OC\Security\CertificateManager;
@@ -111,7 +110,6 @@  discard block
 block discarded – undo
111 110
 use OC\Tagging\TagMapper;
112 111
 use OC\Template\SCSSCacher;
113 112
 use OCA\Theming\ThemingDefaults;
114
-
115 113
 use OCP\App\IAppManager;
116 114
 use OCP\AppFramework\Utility\ITimeFactory;
117 115
 use OCP\Collaboration\AutoComplete\IManager;
Please login to merge, or discard this patch.