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 bef482e commit 51d686eCopy full SHA for 51d686e
lib/Phpfastcache/Drivers/Riak/Driver.php
@@ -60,7 +60,7 @@ public function getStats(): DriverStatistic
60
return (new DriverStatistic())
61
->setData(implode(', ', array_keys($this->itemInstances)))
62
->setRawData($info)
63
- ->setSize(false)
+ ->setSize(0)
64
->setInfo('Riak does not provide size/date information att all :(');
65
}
66
0 commit comments