Completed
Push — V6 ( 86d7ee...00097a )
by Georges
02:12
created
src/phpFastCache/Drivers/Files/Driver.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -17,10 +17,8 @@
 block discarded – undo
17 17
 use phpFastCache\Core\Pool\DriverBaseTrait;
18 18
 use phpFastCache\Core\Pool\ExtendedCacheItemPoolInterface;
19 19
 use phpFastCache\Core\Pool\IO\IOHelperTrait;
20
-use phpFastCache\Entities\driverStatistic;
21 20
 use phpFastCache\Exceptions\phpFastCacheDriverCheckException;
22 21
 use phpFastCache\Exceptions\phpFastCacheDriverException;
23
-use phpFastCache\Exceptions\phpFastCacheIOException;
24 22
 use phpFastCache\Util\Directory;
25 23
 use Psr\Cache\CacheItemInterface;
26 24
 
Please login to merge, or discard this patch.
src/phpFastCache/Drivers/Leveldb/Driver.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -18,10 +18,8 @@
 block discarded – undo
18 18
 use phpFastCache\Core\Pool\DriverBaseTrait;
19 19
 use phpFastCache\Core\Pool\ExtendedCacheItemPoolInterface;
20 20
 use phpFastCache\Core\Pool\IO\IOHelperTrait;
21
-use phpFastCache\Entities\driverStatistic;
22 21
 use phpFastCache\Exceptions\phpFastCacheDriverCheckException;
23 22
 use phpFastCache\Exceptions\phpFastCacheDriverException;
24
-use phpFastCache\Util\Directory;
25 23
 use Psr\Cache\CacheItemInterface;
26 24
 
27 25
 /**
Please login to merge, or discard this patch.
src/phpFastCache/Drivers/Sqlite/Driver.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -16,15 +16,11 @@
 block discarded – undo
16 16
 
17 17
 use PDO;
18 18
 use PDOException;
19
-use phpFastCache\Core\Item\ExtendedCacheItemInterface;
20 19
 use phpFastCache\Core\Pool\DriverBaseTrait;
21 20
 use phpFastCache\Core\Pool\ExtendedCacheItemPoolInterface;
22 21
 use phpFastCache\Core\Pool\IO\IOHelperTrait;
23
-use phpFastCache\Entities\driverStatistic;
24 22
 use phpFastCache\Exceptions\phpFastCacheDriverCheckException;
25
-use phpFastCache\Exceptions\phpFastCacheDriverException;
26 23
 use phpFastCache\Exceptions\phpFastCacheIOException;
27
-use phpFastCache\Util\Directory;
28 24
 use Psr\Cache\CacheItemInterface;
29 25
 
30 26
 /**
Please login to merge, or discard this patch.