Skip to content

Expected parameter of type 'int', 'false' provided #781

Closed
@applibs

Description

@applibs

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions