Completed
Push — developer ( 17749e...f48bb9 )
by Błażej
246:54 queued 202:57
created
libraries/php-debugbar/src/DebugBar/DataCollector/ExceptionsCollector.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 namespace DebugBar\DataCollector;
12 12
 
13 13
 use Exception;
14
-use Symfony\Component\Debug\Exception\FatalThrowableError;
15 14
 
16 15
 /**
17 16
  * Collects info about exceptions
Please login to merge, or discard this patch.
libraries/php-debugbar/src/DebugBar/DataCollector/MessagesCollector.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,8 +10,8 @@
 block discarded – undo
10 10
 
11 11
 namespace DebugBar\DataCollector;
12 12
 
13
-use Psr\Log\AbstractLogger;
14 13
 use DebugBar\DataFormatter\DataFormatterInterface;
14
+use Psr\Log\AbstractLogger;
15 15
 
16 16
 /**
17 17
  * Provides a way to log messages
Please login to merge, or discard this patch.
libraries/php-debugbar/src/DebugBar/DataCollector/PDO/TraceablePDO.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 DebugBar\DataCollector\PDO;
4 4
 
5
+use DebugBar\DataCollector\PDO\TraceablePDOStatement;
5 6
 use PDO;
6 7
 use PDOException;
7
-use DebugBar\DataCollector\PDO\TraceablePDOStatement;
8 8
 
9 9
 /**
10 10
  * A PDO proxy which traces statements
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/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.
libraries/SabreDAV/CalDAV/Schedule/Inbox.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Sabre\CalDAV\Schedule;
4 4
 
5
-use Sabre\DAV;
6 5
 use Sabre\CalDAV;
7
-use Sabre\DAVACL;
8 6
 use Sabre\CalDAV\Backend;
7
+use Sabre\DAV;
8
+use Sabre\DAVACL;
9 9
 use Sabre\VObject;
10 10
 
11 11
 /**
Please login to merge, or discard this patch.
libraries/SabreDAV/CalDAV/Schedule/Outbox.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\Schedule;
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/Schedule/Plugin.php 1 patch
Unused Use Statements   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -3,27 +3,27 @@
 block discarded – undo
3 3
 namespace Sabre\CalDAV\Schedule;
4 4
 
5 5
 use DateTimeZone;
6
-use Sabre\DAV\Server;
7
-use Sabre\DAV\ServerPlugin;
6
+use Sabre\CalDAV\ICalendar;
7
+use Sabre\CalDAV\ICalendarObject;
8
+use Sabre\CalDAV\Xml\Property\ScheduleCalendarTransp;
9
+use Sabre\DAVACL;
10
+use Sabre\DAV\Exception\BadRequest;
11
+use Sabre\DAV\Exception\Forbidden;
12
+use Sabre\DAV\Exception\NotFound;
13
+use Sabre\DAV\Exception\NotImplemented;
14
+use Sabre\DAV\INode;
8 15
 use Sabre\DAV\PropFind;
9 16
 use Sabre\DAV\PropPatch;
10
-use Sabre\DAV\INode;
17
+use Sabre\DAV\Server;
18
+use Sabre\DAV\ServerPlugin;
11 19
 use Sabre\DAV\Xml\Property\Href;
12 20
 use Sabre\HTTP\RequestInterface;
13 21
 use Sabre\HTTP\ResponseInterface;
14 22
 use Sabre\VObject;
15
-use Sabre\VObject\Reader;
16 23
 use Sabre\VObject\Component\VCalendar;
17 24
 use Sabre\VObject\ITip;
18 25
 use Sabre\VObject\ITip\Message;
19
-use Sabre\DAVACL;
20
-use Sabre\CalDAV\ICalendar;
21
-use Sabre\CalDAV\ICalendarObject;
22
-use Sabre\CalDAV\Xml\Property\ScheduleCalendarTransp;
23
-use Sabre\DAV\Exception\NotFound;
24
-use Sabre\DAV\Exception\Forbidden;
25
-use Sabre\DAV\Exception\BadRequest;
26
-use Sabre\DAV\Exception\NotImplemented;
26
+use Sabre\VObject\Reader;
27 27
 
28 28
 /**
29 29
  * CalDAV scheduling plugin.
Please login to merge, or discard this patch.