In this code:
return (new DriverStatistic())
->setData(implode(', ', array_keys($this->itemInstances)))
->setRawData($info)
->setSize(false)
->setInfo('Riak does not provide size/date information att all :(');
I see that setSize has int type. Its impossible send boolean.
In this code:
return (new DriverStatistic())
->setData(implode(', ', array_keys($this->itemInstances)))
->setRawData($info)
->setSize(false)
->setInfo('Riak does not provide size/date information att all :(');
I see that setSize has int type. Its impossible send boolean.