Test Setup Failed
Branch v7 (4665c0)
by Georges
04:27 queued 02:14
created
lib/Phpfastcache/Core/Pool/DriverBaseTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 use Phpfastcache\Exceptions\{
21 21
   phpFastCacheInvalidArgumentException, phpFastCacheDriverCheckException, phpFastCacheLogicException
22 22
 };
23
-use Phpfastcache\Util\ArrayObject;
24 23
 
25 24
 
26 25
 /**
Please login to merge, or discard this patch.
lib/Phpfastcache/Drivers/Cassandra/Driver.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 use Phpfastcache\Exceptions\{
23 23
   phpFastCacheInvalidArgumentException, phpFastCacheLogicException
24 24
 };
25
-use Phpfastcache\Util\ArrayObject;
26 25
 use Psr\Cache\CacheItemInterface;
27 26
 
28 27
 /**
Please login to merge, or discard this patch.
lib/Phpfastcache/Drivers/Couchdb/Driver.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@  discard block
 block discarded – undo
18 18
 use Doctrine\CouchDB\{
19 19
   CouchDBClient as CouchdbClient, CouchDBException
20 20
 };
21
-use Phpfastcache\Config\ConfigurationOption;
22 21
 use Phpfastcache\Core\Pool\{
23 22
   DriverBaseTrait, ExtendedCacheItemPoolInterface
24 23
 };
@@ -26,7 +25,6 @@  discard block
 block discarded – undo
26 25
   phpFastCacheDriverException, phpFastCacheInvalidArgumentException, phpFastCacheLogicException
27 26
 };
28 27
 use Phpfastcache\Entities\DriverStatistic;
29
-use Phpfastcache\Util\ArrayObject;
30 28
 use Psr\Cache\CacheItemInterface;
31 29
 
32 30
 /**
Please login to merge, or discard this patch.
lib/Phpfastcache/Drivers/Mongodb/Driver.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 use Phpfastcache\Exceptions\{
28 28
   phpFastCacheDriverException, phpFastCacheInvalidArgumentException
29 29
 };
30
-use Phpfastcache\Util\ArrayObject;
31 30
 use Psr\Cache\CacheItemInterface;
32 31
 
33 32
 /**
Please login to merge, or discard this patch.
lib/Phpfastcache/Drivers/Predis/Driver.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 use Phpfastcache\Exceptions\{
22 22
   phpFastCacheInvalidArgumentException, phpFastCacheDriverException
23 23
 };
24
-use Phpfastcache\Util\ArrayObject;
25 24
 use Predis\Client as PredisClient;
26 25
 use Predis\Connection\ConnectionException as PredisConnectionException;
27 26
 use Psr\Cache\CacheItemInterface;
Please login to merge, or discard this patch.
lib/Phpfastcache/Drivers/Ssdb/Driver.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 use Phpfastcache\Exceptions\{
21 21
   phpFastCacheInvalidArgumentException, phpFastCacheDriverCheckException, phpFastCacheDriverException
22 22
 };
23
-use Phpfastcache\Util\ArrayObject;
24 23
 use phpssdb\Core\{SimpleSSDB, SSDBException};
25 24
 use Psr\Cache\CacheItemInterface;
26 25
 
Please login to merge, or discard this patch.
lib/Phpfastcache/Drivers/Couchbase/Driver.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 use Phpfastcache\Exceptions\{
23 23
   phpFastCacheInvalidArgumentException, phpFastCacheLogicException
24 24
 };
25
-use Phpfastcache\Util\ArrayObject;
26 25
 use Psr\Cache\CacheItemInterface;
27 26
 
28 27
 /**
Please login to merge, or discard this patch.
lib/Phpfastcache/Drivers/Riak/Driver.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 use Phpfastcache\Exceptions\{
23 23
   phpFastCacheInvalidArgumentException, phpFastCacheLogicException
24 24
 };
25
-use Phpfastcache\Util\ArrayObject;
26 25
 use Psr\Cache\CacheItemInterface;
27 26
 
28 27
 /**
Please login to merge, or discard this patch.