Completed
Pull Request — master (#6633)
by Thomas
12:15 queued 15s
created
apps/user_ldap/lib/Controller/RenewPasswordController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 namespace OCA\User_LDAP\Controller;
24 24
 
25 25
 use OC\HintException;
26
-use OC_Util;
27 26
 use OCP\AppFramework\Controller;
28 27
 use OCP\AppFramework\Http\RedirectResponse;
29 28
 use OCP\AppFramework\Http\TemplateResponse;
Please login to merge, or discard this patch.
lib/private/Installer.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -42,7 +42,6 @@  discard block
 block discarded – undo
42 42
 namespace OC;
43 43
 
44 44
 use Doctrine\DBAL\Exception\TableExistsException;
45
-use OC\App\AppManager;
46 45
 use OC\App\AppStore\Bundles\Bundle;
47 46
 use OC\App\AppStore\Fetcher\AppFetcher;
48 47
 use OC\App\CodeChecker\CodeChecker;
@@ -52,7 +51,6 @@  discard block
 block discarded – undo
52 51
 use OC_App;
53 52
 use OC_DB;
54 53
 use OC_Helper;
55
-use OCP\App\IAppManager;
56 54
 use OCP\Http\Client\IClientService;
57 55
 use OCP\IConfig;
58 56
 use OCP\ILogger;
Please login to merge, or discard this patch.
apps/dav/lib/Connector/Sabre/ObjectTree.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,6 @@
 block discarded – undo
33 33
 use OCA\DAV\Connector\Sabre\Exception\InvalidPath;
34 34
 use OCA\DAV\Connector\Sabre\Exception\FileLocked;
35 35
 use OC\Files\FileInfo;
36
-use OC\Files\Mount\MoveableMount;
37 36
 use OCP\Files\ForbiddenException;
38 37
 use OCP\Files\StorageInvalidException;
39 38
 use OCP\Files\StorageNotAvailableException;
Please login to merge, or discard this patch.
apps/dav/lib/CardDAV/ImageExportPlugin.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 namespace OCA\DAV\CardDAV;
24 24
 
25 25
 use OCP\Files\NotFoundException;
26
-use OCP\ILogger;
27 26
 use Sabre\CardDAV\Card;
28 27
 use Sabre\DAV\Server;
29 28
 use Sabre\DAV\ServerPlugin;
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
@@ -46,7 +46,6 @@
 block discarded – undo
46 46
 use OCA\User_LDAP\User\Manager;
47 47
 use OCA\User_LDAP\User\OfflineUser;
48 48
 use OCA\User_LDAP\Mapping\AbstractMapping;
49
-
50 49
 use OC\ServerNotAvailableException;
51 50
 
52 51
 /**
Please login to merge, or discard this patch.
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\ICachedMountInfo;
Please login to merge, or discard this patch.
lib/private/URLGenerator.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 OCP\IConfig;
38 38
 use OCP\IRequest;
39 39
 use OCP\IURLGenerator;
40
-use OCP\Route\IRoute;
41 40
 use RuntimeException;
42 41
 
43 42
 /**
Please login to merge, or discard this patch.
lib/private/Contacts/ContactsMenu/ContactsStore.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -24,14 +24,12 @@
 block discarded – undo
24 24
 
25 25
 namespace OC\Contacts\ContactsMenu;
26 26
 
27
-use OC\Share\Share;
28 27
 use OCP\Contacts\ContactsMenu\IEntry;
29 28
 use OCP\Contacts\IManager;
30 29
 use OCP\IConfig;
31 30
 use OCP\IGroupManager;
32 31
 use OCP\IUser;
33 32
 use OCP\IUserManager;
34
-use OCP\IUserSession;
35 33
 
36 34
 class ContactsStore {
37 35
 
Please login to merge, or discard this patch.
apps/dav/lib/CalDAV/CalDavBackend.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,6 @@
 block discarded – undo
45 45
 use Sabre\DAV\Exception\Forbidden;
46 46
 use Sabre\DAV\Exception\NotFound;
47 47
 use Sabre\DAV\PropPatch;
48
-use Sabre\HTTP\URLUtil;
49 48
 use Sabre\VObject\Component\VCalendar;
50 49
 use Sabre\VObject\DateTimeParser;
51 50
 use Sabre\VObject\Reader;
Please login to merge, or discard this patch.