Completed
Push — V6 ( 25e1f2...c85024 )
by Georges
02:10
created
src/phpFastCache/Core/Pool/DriverBaseTrait.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,9 +13,7 @@
 block discarded – undo
13 13
  */
14 14
 namespace phpFastCache\Core\Pool;
15 15
 
16
-use phpFastCache\Exceptions\phpFastCacheDriverException;
17 16
 use phpFastCache\Core\Item\ExtendedCacheItemInterface;
18
-use phpFastCache\Util\Directory;
19 17
 
20 18
 
21 19
 /**
Please login to merge, or discard this patch.
src/phpFastCache/Drivers/Sqlite/Driver.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -16,13 +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 22
 use phpFastCache\Entities\driverStatistic;
24 23
 use phpFastCache\Exceptions\phpFastCacheDriverCheckException;
25
-use phpFastCache\Exceptions\phpFastCacheDriverException;
26 24
 use phpFastCache\Exceptions\phpFastCacheIOException;
27 25
 use phpFastCache\Util\Directory;
28 26
 use Psr\Cache\CacheItemInterface;
Please login to merge, or discard this patch.