Skip to content

Commit 7e77617

Browse files
committed
phpDoc
1 parent 2cc6f49 commit 7e77617

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/phpFastCache/Cache/DriverBaseTrait.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,9 @@ public function driverWriteTags(ExtendedCacheItemInterface $item)
227227
throw new \LogicException('Trying to set tag(s) to an Tag item index: ' . $item->getKey());
228228
}
229229

230+
/**
231+
* @var $tagsItems ExtendedCacheItemInterface[]
232+
*/
230233
$tagsItems = $this->getItems($this->getTagKeys($item->getTags()));
231234

232235
foreach ($tagsItems as $tagsItem) {

0 commit comments

Comments
 (0)