Skip to content

Commit b0980f5

Browse files
committed
Namespaced pool should implement HierarchicalPool
Fix Prefixed pool property annotation Fix #105
1 parent 9605d31 commit b0980f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PrefixedCachePool.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Cache\Prefixed;
1313

14-
use Cache\Hierarchy\HierarchicalPoolInterface;
1514
use Psr\Cache\CacheItemInterface;
1615
use Psr\Cache\CacheItemPoolInterface;
1716

@@ -23,7 +22,7 @@
2322
class PrefixedCachePool implements CacheItemPoolInterface
2423
{
2524
/**
26-
* @type HierarchicalPoolInterface
25+
* @type CacheItemPoolInterface
2726
*/
2827
private $cachePool;
2928

0 commit comments

Comments
 (0)