Completed
Pull Request — master (#1641)
by Jan-Christoph
20:35 queued 07:57
created
apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace OCA\DAV\CalDAV\Publishing\Xml;
4 4
 
5
-use OCA\DAV\CalDAV\Publishing\PublishPlugin as Plugin;
6 5
 use Sabre\Xml\Writer;
7 6
 use Sabre\Xml\XmlSerializable;
8 7
 
Please login to merge, or discard this patch.
apps/federation/lib/AppInfo/Application.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -24,16 +24,13 @@
 block discarded – undo
24 24
 
25 25
 namespace OCA\Federation\AppInfo;
26 26
 
27
-use OCA\Federation\API\OCSAuthAPI;
28 27
 use OCA\Federation\Controller\SettingsController;
29 28
 use OCA\Federation\DAV\FedAuth;
30 29
 use OCA\Federation\DbHandler;
31 30
 use OCA\Federation\Hooks;
32 31
 use OCA\Federation\Middleware\AddServerMiddleware;
33 32
 use OCA\Federation\SyncFederationAddressBooks;
34
-use OCA\Federation\SyncJob;
35 33
 use OCA\Federation\TrustedServers;
36
-use OCP\API;
37 34
 use OCP\App;
38 35
 use OCP\AppFramework\IAppContainer;
39 36
 use OCP\SabrePluginEvent;
Please login to merge, or discard this patch.
lib/private/Console/Application.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -28,11 +28,9 @@
 block discarded – undo
28 28
 
29 29
 use OC_App;
30 30
 use OCP\Console\ConsoleEvent;
31
-use OCP\Defaults;
32 31
 use OCP\IConfig;
33 32
 use OCP\IRequest;
34 33
 use Symfony\Component\Console\Application as SymfonyApplication;
35
-use Symfony\Component\Console\Input\ArgvInput;
36 34
 use Symfony\Component\Console\Input\InputInterface;
37 35
 use Symfony\Component\Console\Input\InputOption;
38 36
 use Symfony\Component\Console\Output\OutputInterface;
Please login to merge, or discard this patch.