Skip to content

Commit 4fc25bd

Browse files
committed
Code style
1 parent 06dace0 commit 4fc25bd

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

EncryptedCachePool.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,11 @@
99
* with this source code in the file LICENSE.
1010
*/
1111

12-
1312
namespace Cache\Encryption;
1413

1514
use Cache\Adapter\Common\PhpCachePool;
16-
use Cache\Adapter\Common\TagAwarePool;
1715
use Defuse\Crypto\Key;
1816
use Psr\Cache\CacheItemInterface;
19-
use Psr\Cache\CacheItemPoolInterface;
20-
use Psr\Cache\InvalidArgumentException;
2117

2218
/**
2319
* Wrapps a CacheItemInterface with EncryptedItemDecorator.

EncryptedItemDecorator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@
1212
namespace Cache\Encryption;
1313

1414
use Cache\Adapter\Common\PhpCacheItem;
15-
use Cache\Taggable\TaggableItemInterface;
1615
use Defuse\Crypto\Crypto;
1716
use Defuse\Crypto\Key;
1817
use Psr\Cache\CacheItemInterface;
19-
use Psr\Cache\InvalidArgumentException;
2018

2119
/**
2220
* Encrypt and Decrypt all the stored items.

0 commit comments

Comments
 (0)