Completed
Push — developer ( e65ba3...d7bfd9 )
by Błażej
478:46 queued 446:35
created
libraries/SabreDAV/CalDAV/Backend/AbstractBackend.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Sabre\CalDAV\Backend;
4 4
 
5
-use Sabre\VObject;
6 5
 use Sabre\CalDAV;
6
+use Sabre\VObject;
7 7
 
8 8
 /**
9 9
  * Abstract Calendaring backend. Extend this class to create your own backends.
Please login to merge, or discard this patch.
libraries/SabreDAV/CalDAV/Backend/PDO.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Sabre\CalDAV\Backend;
4 4
 
5
-use Sabre\VObject;
6 5
 use Sabre\CalDAV;
7 6
 use Sabre\DAV;
8 7
 use Sabre\DAV\Exception\Forbidden;
8
+use Sabre\VObject;
9 9
 
10 10
 /**
11 11
  * PDO CalDAV backend
Please login to merge, or discard this patch.
libraries/SabreDAV/CalDAV/CalendarHome.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 namespace Sabre\CalDAV;
4 4
 
5 5
 use Sabre\DAV;
6
+use Sabre\DAVACL;
6 7
 use Sabre\DAV\Exception\NotFound;
7 8
 use Sabre\DAV\MkCol;
8
-use Sabre\DAVACL;
9 9
 use Sabre\HTTP\URLUtil;
10 10
 
11 11
 /**
Please login to merge, or discard this patch.
libraries/SabreDAV/CalDAV/CalendarQueryValidator.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Sabre\CalDAV;
4 4
 
5
-use Sabre\VObject;
6 5
 use DateTime;
6
+use Sabre\VObject;
7 7
 
8 8
 /**
9 9
  * CalendarQuery Validator
Please login to merge, or discard this patch.
libraries/SabreDAV/CalDAV/ICSExportPlugin.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,13 +2,13 @@
 block discarded – undo
2 2
 
3 3
 namespace Sabre\CalDAV;
4 4
 
5
+use DateTime;
5 6
 use DateTimeZone;
6 7
 use Sabre\DAV;
7
-use Sabre\VObject;
8
+use Sabre\DAV\Exception\BadRequest;
8 9
 use Sabre\HTTP\RequestInterface;
9 10
 use Sabre\HTTP\ResponseInterface;
10
-use Sabre\DAV\Exception\BadRequest;
11
-use DateTime;
11
+use Sabre\VObject;
12 12
 
13 13
 /**
14 14
  * ICS Exporter
Please login to merge, or discard this patch.
libraries/SabreDAV/CalDAV/Notifications/Collection.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Sabre\CalDAV\Notifications;
4 4
 
5
-use Sabre\DAV;
6 5
 use Sabre\CalDAV;
6
+use Sabre\DAV;
7 7
 use Sabre\DAVACL;
8 8
 
9 9
 /**
Please login to merge, or discard this patch.
libraries/SabreDAV/CalDAV/Notifications/Node.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Sabre\CalDAV\Notifications;
4 4
 
5
-use Sabre\DAV;
6 5
 use Sabre\CalDAV;
7 6
 use Sabre\CalDAV\Xml\Notification\NotificationInterface;
7
+use Sabre\DAV;
8 8
 use Sabre\DAVACL;
9 9
 
10 10
 /**
Please login to merge, or discard this patch.
libraries/SabreDAV/CalDAV/Notifications/Plugin.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,11 +3,11 @@
 block discarded – undo
3 3
 namespace Sabre\CalDAV\Notifications;
4 4
 
5 5
 use Sabre\DAV;
6
-use Sabre\DAV\PropFind;
6
+use Sabre\DAVACL;
7 7
 use Sabre\DAV\INode as BaseINode;
8
-use Sabre\DAV\ServerPlugin;
8
+use Sabre\DAV\PropFind;
9 9
 use Sabre\DAV\Server;
10
-use Sabre\DAVACL;
10
+use Sabre\DAV\ServerPlugin;
11 11
 use Sabre\HTTP\RequestInterface;
12 12
 use Sabre\HTTP\ResponseInterface;
13 13
 
Please login to merge, or discard this patch.
libraries/SabreDAV/CalDAV/Plugin.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -4,15 +4,15 @@
 block discarded – undo
4 4
 
5 5
 use DateTimeZone;
6 6
 use Sabre\DAV;
7
+use Sabre\DAVACL;
7 8
 use Sabre\DAV\Exception\BadRequest;
8 9
 use Sabre\DAV\MkCol;
9 10
 use Sabre\DAV\Xml\Property\Href;
10
-use Sabre\DAVACL;
11
-use Sabre\VObject;
12 11
 use Sabre\HTTP;
13
-use Sabre\Uri;
14 12
 use Sabre\HTTP\RequestInterface;
15 13
 use Sabre\HTTP\ResponseInterface;
14
+use Sabre\Uri;
15
+use Sabre\VObject;
16 16
 
17 17
 /**
18 18
  * CalDAV plugin
Please login to merge, or discard this patch.