Completed
Pull Request — final (#320)
by Georges
02:40
created
src/phpFastCache/Drivers/Sqlite/Driver.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -16,10 +16,8 @@
 block discarded – undo
16 16
 
17 17
 use PDO;
18 18
 use PDOException;
19
-use phpFastCache\Cache\ExtendedCacheItemInterface;
20 19
 use phpFastCache\Core\DriverAbstract;
21 20
 use phpFastCache\Core\PathSeekerTrait;
22
-use phpFastCache\Core\StandardPsr6StructureTrait;
23 21
 use phpFastCache\Entities\driverStatistic;
24 22
 use phpFastCache\Exceptions\phpFastCacheDriverCheckException;
25 23
 use phpFastCache\Exceptions\phpFastCacheDriverException;
Please login to merge, or discard this patch.
tests/AbstractProxy.test.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
  */
7 7
 
8 8
 use phpFastCache\Core\Item\ExtendedCacheItemInterface;
9
-use phpFastCache\Drivers\Memcached\Driver as MemcachedDriver;
10 9
 use phpFastCache\Proxy\phpFastCacheAbstractProxy;
11 10
 
12 11
 
Please login to merge, or discard this patch.