Completed
Pull Request — master (#10059)
by Georg
15:50
created
apps/dav/lib/CalDAV/WebcalCaching/Plugin.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -24,15 +24,12 @@
 block discarded – undo
24 24
 namespace OCA\DAV\CalDAV\WebcalCaching;
25 25
 
26 26
 use OCA\DAV\CalDAV\CalendarHome;
27
-use OCP\BackgroundJob\IJobList;
28 27
 use OCP\IRequest;
29 28
 use Sabre\DAV\Exception\NotFound;
30 29
 use Sabre\DAV\Server;
31 30
 use Sabre\DAV\ServerPlugin;
32 31
 use Sabre\HTTP\RequestInterface;
33 32
 use Sabre\HTTP\ResponseInterface;
34
-use Symfony\Component\EventDispatcher\EventDispatcher;
35
-use Symfony\Component\EventDispatcher\GenericEvent;
36 33
 
37 34
 class Plugin extends ServerPlugin {
38 35
 
Please login to merge, or discard this patch.
apps/dav/lib/BackgroundJob/RefreshWebcalJob.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -42,8 +42,6 @@
 block discarded – undo
42 42
 use Sabre\VObject\Reader;
43 43
 use Sabre\VObject\Splitter\ICalendar;
44 44
 
45
-use GuzzleHttp\Psr7\Response;
46
-
47 45
 class RefreshWebcalJob extends Job {
48 46
 
49 47
 	/** @var CalDavBackend */
Please login to merge, or discard this patch.