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 2cc6f49 commit 7e77617Copy full SHA for 7e77617
src/phpFastCache/Cache/DriverBaseTrait.php
@@ -227,6 +227,9 @@ public function driverWriteTags(ExtendedCacheItemInterface $item)
227
throw new \LogicException('Trying to set tag(s) to an Tag item index: ' . $item->getKey());
228
}
229
230
+ /**
231
+ * @var $tagsItems ExtendedCacheItemInterface[]
232
+ */
233
$tagsItems = $this->getItems($this->getTagKeys($item->getTags()));
234
235
foreach ($tagsItems as $tagsItem) {
0 commit comments