Completed
Pull Request — master (#10059)
by Georg
15:36
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.