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.
2 parents d31bc10 + f2260a1 commit fb7a1e1Copy full SHA for fb7a1e1
1 file changed
lib/Phpfastcache/Drivers/Apcu/Driver.php
@@ -127,6 +127,6 @@ public function getStats(): DriverStatistic
127
->setInfo(\sprintf("The APCU cache is up since %s, and have %d item(s) in cache.\n For more information see RawData.", $date->format(\DATE_RFC2822),
128
$stats['num_entries']))
129
->setRawData($stats)
130
- ->setSize($stats['mem_size']);
+ ->setSize((int)$stats['mem_size']);
131
}
132
-}
+}
0 commit comments