We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ce290 commit eb909c8Copy full SHA for eb909c8
1 file changed
packages/cache/src/CachePool.php
@@ -53,12 +53,8 @@ public function __construct(
53
protected SerializerInterface $serializer = new RawSerializer(),
54
LoggerInterface $logger = new NullLogger(),
55
protected DateInterval|int|null $defaultTtl = null,
56
- CacheItemPoolInterface|StorageInterface|null $tagPool = null,
57
) {
58
$this->logger = $logger;
59
-
60
- // Keep constructor signature backward-compatible; tagging now lives in TaggedCachePool.
61
- unset($tagPool);
62
}
63
64
/**
0 commit comments