Skip to content

Commit 51d686e

Browse files
committed
Fixed #781
1 parent bef482e commit 51d686e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Phpfastcache/Drivers/Riak/Driver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function getStats(): DriverStatistic
6060
return (new DriverStatistic())
6161
->setData(implode(', ', array_keys($this->itemInstances)))
6262
->setRawData($info)
63-
->setSize(false)
63+
->setSize(0)
6464
->setInfo('Riak does not provide size/date information att all :(');
6565
}
6666

0 commit comments

Comments
 (0)