phpClickHouse
phpClickHouse copied to clipboard
Fix getTimeout method return type
Fixing return type in DocBlock.
Checked code deeper:
public function getTimeOut(): int
{
return intval($this->get('max_execution_time'));
}