Completed
Branch master (1995c1)
by Raffael
08:57
created
src/lib/Balloon/Auth/Adapter/Preauth.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Balloon\Auth\Exception;
15 15
 use Balloon\Auth\Adapter\Basic\Ldap;
16 16
 use Balloon\Ldap as LdapServer;
17
-use Balloon\Config;
18 17
 
19 18
 class Preauth extends Ldap implements AdapterInterface
20 19
 {
Please login to merge, or discard this patch.
src/lib/Balloon/Bootstrap/AbstractCore.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@  discard block
 block discarded – undo
11 11
 
12 12
 namespace Balloon\Bootstrap;
13 13
 
14
-use Balloon\Http\Router;
15 14
 use Balloon\Exception;
16 15
 use Balloon\Config;
17 16
 use Balloon\Logger;
@@ -19,8 +18,6 @@  discard block
 block discarded – undo
19 18
 use Balloon\Queue;
20 19
 use Balloon\Filesystem;
21 20
 use \Composer\Autoload\ClassLoader as Composer;
22
-use Balloon\Http\Router\Route;
23
-use Balloon\Http\Response;
24 21
 
25 22
 abstract class AbstractCore extends AbstractBootstrap
26 23
 {
Please login to merge, or discard this patch.
src/lib/Balloon/Filesystem/Delta.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use Balloon\Helper;
18 18
 use Balloon\User;
19 19
 use Balloon\Filesystem\Node\INode;
20
-use Balloon\Filesystem\Node\Collection;
21 20
 use \MongoDB\BSON\UTCDateTime;
22 21
 use \MongoDB\BSON\ObjectID;
23 22
 use \MongoDB\Model\BSONDocument;
Please login to merge, or discard this patch.
src/lib/Balloon/Filesystem/Node/Collection.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,11 +13,9 @@
 block discarded – undo
13 13
 
14 14
 use \Sabre\DAV;
15 15
 use Balloon\Exception;
16
-use Balloon\Helper;
17 16
 use Balloon\User;
18 17
 use Balloon\Resource;
19 18
 use \Psr\Log\LoggerInterface as Logger;
20
-use Balloon\Plugin;
21 19
 use Balloon\Filesystem;
22 20
 use \MongoDB\BSON\ObjectId;
23 21
 use \MongoDB\BSON\UTCDateTime;
Please login to merge, or discard this patch.
src/lib/Balloon/Filesystem/Node/File.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -14,10 +14,8 @@
 block discarded – undo
14 14
 use \Sabre\DAV;
15 15
 use Balloon\Exception;
16 16
 use Balloon\Helper;
17
-use Balloon\Queue;
18 17
 use Balloon\User;
19 18
 use \Psr\Log\LoggerInterface as Logger;
20
-use Balloon\Plugin;
21 19
 use Balloon\Filesystem;
22 20
 use \MongoDB\BSON\ObjectId;
23 21
 use \MongoDB\BSON\UTCDateTime;
Please login to merge, or discard this patch.
src/lib/Balloon/Http/Response.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use Balloon\Http;
15 15
 use Balloon\Exception;
16
-use Balloon\Config\Xml;
17 16
 use \SimpleXMLElement;
18 17
 
19 18
 class Response
Please login to merge, or discard this patch.
src/lib/Balloon/Http/Router/Route.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Balloon\Http\Router;
13 13
 
14
-use Balloon\Exception;
15 14
 use Balloon\Http\Router;
16 15
 
17 16
 class Route
Please login to merge, or discard this patch.
src/lib/Balloon/Log/Adapter/AdapterInterface.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,8 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Balloon\Log\Adapter;
13 13
 
14
-use Balloon\Exception;
15
-
16 14
 interface AdapterInterface
17 15
 {
18 16
     /**
Please login to merge, or discard this patch.
src/lib/Balloon/Logger.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -14,9 +14,7 @@
 block discarded – undo
14 14
 use \Psr\Log\AbstractLogger;
15 15
 use \Psr\Log\LogLevel;
16 16
 use \Psr\Log\LoggerInterface;
17
-use Balloon\Log\Adapter\AbstractAdapter;
18 17
 use Balloon\Log\Adapter\AdapterInterface;
19
-use Balloon\Config;
20 18
 
21 19
 class Logger extends AbstractLogger implements LoggerInterface
22 20
 {
Please login to merge, or discard this patch.