Skip to content

Commit 0c64ad7

Browse files
committed
Fixed #781
1 parent 8fa6953 commit 0c64ad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Phpfastcache/Drivers/Riak/Driver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public function getStats(): DriverStatistic
145145
return (new DriverStatistic())
146146
->setData(\implode(', ', \array_keys($this->itemInstances)))
147147
->setRawData($info)
148-
->setSize(false)
148+
->setSize(0)
149149
->setInfo('Riak does not provide size/date information att all :(');
150150
}
151-
}
151+
}

0 commit comments

Comments
 (0)