We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9605d31 commit b0980f5Copy full SHA for b0980f5
1 file changed
PrefixedCachePool.php
@@ -11,7 +11,6 @@
11
12
namespace Cache\Prefixed;
13
14
-use Cache\Hierarchy\HierarchicalPoolInterface;
15
use Psr\Cache\CacheItemInterface;
16
use Psr\Cache\CacheItemPoolInterface;
17
@@ -23,7 +22,7 @@
23
22
class PrefixedCachePool implements CacheItemPoolInterface
24
{
25
/**
26
- * @type HierarchicalPoolInterface
+ * @type CacheItemPoolInterface
27
*/
28
private $cachePool;
29
0 commit comments