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 8fa6953 commit 0c64ad7Copy full SHA for 0c64ad7
lib/Phpfastcache/Drivers/Riak/Driver.php
@@ -145,7 +145,7 @@ public function getStats(): DriverStatistic
145
return (new DriverStatistic())
146
->setData(\implode(', ', \array_keys($this->itemInstances)))
147
->setRawData($info)
148
- ->setSize(false)
+ ->setSize(0)
149
->setInfo('Riak does not provide size/date information att all :(');
150
}
151
-}
+}
0 commit comments