Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit 1c3db64

Browse files
committed
Added missing phpDoc block type hint
1 parent 5ff11c4 commit 1c3db64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataCollector/CacheCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function collect(Request $request, Response $response, \Exception $except
5858
$instances = [];
5959
$driverUsed = [];
6060

61-
/** @var $cache */
61+
/** @var \phpFastCache\Cache\ExtendedCacheItemPoolInterface $cache */
6262
foreach ($this->cache->getInstances() as $instanceName => $cache) {
6363
if ($cache->getStats()->getSize()) {
6464
$size += $cache->getStats()->getSize();

0 commit comments

Comments
 (0)