Completed
Push — next ( d09f65...30186a )
by François
04:39
created
src/Cache/Memcache.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 Memcache as PhpMemcache;
15 15
 use Memcached as PhpMemcached;
16
-
17 16
 use Bouncer\Exception;
18 17
 
19 18
 class Memcache extends AbstractCache
Please login to merge, or discard this patch.
src/Cache/Redis.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace Bouncer\Cache;
13 13
 
14 14
 use Redis as PhpRedis;
15
-
16 15
 use Bouncer\Exception;
17 16
 
18 17
 class Redis extends AbstractCache
Please login to merge, or discard this patch.
src/Logger/LogstashLogger.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 Monolog\Formatter\LogstashFormatter;
15 15
 use Monolog\Handler\StreamHandler;
16 16
 use Monolog\Logger;
17
-
18 17
 use Bouncer\Identity;
19 18
 use Bouncer\Request;
20 19
 
Please login to merge, or discard this patch.