Completed
Pull Request — master (#4212)
by Individual IT
13:52
created
apps/dav/lib/Connector/Sabre/DavAclPlugin.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -25,14 +25,11 @@
 block discarded – undo
25 25
 
26 26
 use Sabre\CalDAV\Principal\User;
27 27
 use Sabre\DAV\Exception\NotFound;
28
-use Sabre\DAV\IFile;
29 28
 use Sabre\DAV\INode;
30 29
 use \Sabre\DAV\PropFind;
31 30
 use \Sabre\DAV\PropPatch;
32
-use Sabre\DAVACL\Exception\NeedPrivileges;
33 31
 use \Sabre\HTTP\RequestInterface;
34 32
 use \Sabre\HTTP\ResponseInterface;
35
-use Sabre\HTTP\URLUtil;
36 33
 
37 34
 /**
38 35
  * Class DavAclPlugin is a wrapper around \Sabre\DAVACL\Plugin that returns 404
Please login to merge, or discard this patch.
apps/files/lib/Controller/ViewController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,6 @@
 block discarded – undo
35 35
 use OCP\Files\NotFoundException;
36 36
 use OCP\IConfig;
37 37
 use OCP\IL10N;
38
-use OCP\INavigationManager;
39 38
 use OCP\IRequest;
40 39
 use OCP\IURLGenerator;
41 40
 use OCP\IUserSession;
Please login to merge, or discard this patch.
lib/private/Setup.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,6 @@
 block discarded – undo
41 41
 
42 42
 use bantu\IniGetWrapper\IniGetWrapper;
43 43
 use Exception;
44
-use OCP\IConfig;
45 44
 use OCP\IL10N;
46 45
 use OCP\ILogger;
47 46
 use OCP\Security\ISecureRandom;
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.
lib/private/DB/MDB2SchemaReader.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -32,8 +32,6 @@
 block discarded – undo
32 32
 namespace OC\DB;
33 33
 
34 34
 use Doctrine\DBAL\Platforms\AbstractPlatform;
35
-use Doctrine\DBAL\Schema\SchemaConfig;
36
-use Doctrine\DBAL\Platforms\MySqlPlatform;
37 35
 use Doctrine\DBAL\Schema\Schema;
38 36
 use OCP\IConfig;
39 37
 
Please login to merge, or discard this patch.
core/Application.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
 
31 31
 namespace OC\Core;
32 32
 
33
-use OC\AppFramework\Utility\SimpleContainer;
34 33
 use OC\Core\Controller\JsController;
35 34
 use OC\Core\Controller\OCJSController;
36 35
 use OC\Security\IdentityProof\Manager;
Please login to merge, or discard this patch.