Skip to content

Commit 0d3a3da

Browse files
committed
Style fix
1 parent e311c72 commit 0d3a3da

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

EncryptedCachePool.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@
1313

1414
use Cache\Adapter\Common\PhpCacheItem;
1515
use Cache\Adapter\Common\PhpCachePool;
16-
use Cache\TagInterop\TaggableCacheItemInterface;
17-
use Cache\Taggable\TaggablePSR6PoolAdapter;
18-
use Cache\TagInterop\TaggableCacheItemPoolInterface;
1916
use Defuse\Crypto\Key;
2017
use Psr\Cache\CacheItemInterface;
21-
use Psr\Cache\CacheItemPoolInterface;
2218
use Psr\Cache\InvalidArgumentException;
2319

2420
/**

EncryptedItemDecorator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Cache\Encryption;
1313

1414
use Cache\Adapter\Common\PhpCacheItem;
15-
use Cache\TagInterop\TaggableCacheItemInterface;
1615
use Defuse\Crypto\Crypto;
1716
use Defuse\Crypto\Key;
1817
use Psr\Cache\CacheItemInterface;

0 commit comments

Comments
 (0)