Completed
Push — master ( ede649...d3e7dd )
by Lukas
16:27
created
lib/private/Files/Config/UserMountCache.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 
25 25
 namespace OC\Files\Config;
26 26
 
27
-use OC\DB\QueryBuilder\Literal;
28 27
 use OCA\Files_Sharing\SharedMount;
29 28
 use OCP\DB\QueryBuilder\IQueryBuilder;
30 29
 use OCP\Files\Config\ICachedMountFileInfo;
Please login to merge, or discard this patch.
apps/files_external/lib/Lib/Backend/InvalidBackend.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 
22 22
 namespace OCA\Files_External\Lib\Backend;
23 23
 
24
-use OCA\Files_External\Lib\Storage\InvalidStorage;
25 24
 use OCA\Files_External\Lib\StorageConfig;
26 25
 use OCP\Files\StorageNotAvailableException;
27 26
 use OCP\IUser;
Please login to merge, or discard this patch.
core/Command/Maintenance/UpdateTheme.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 use OCP\ICacheFactory;
28 28
 use Symfony\Component\Console\Input\InputInterface;
29 29
 use Symfony\Component\Console\Output\OutputInterface;
30
-
31 30
 use OCP\Files\IMimeTypeDetector;
32 31
 
33 32
 class UpdateTheme extends UpdateJS {
Please login to merge, or discard this patch.
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.
lib/private/Server.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,6 @@
 block discarded – undo
103 103
 use OC\Tagging\TagMapper;
104 104
 use OC\Template\SCSSCacher;
105 105
 use OCA\Theming\ThemingDefaults;
106
-
107 106
 use OCP\App\IAppManager;
108 107
 use OCP\AppFramework\Utility\ITimeFactory;
109 108
 use OCP\Collaboration\AutoComplete\IManager;
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.