phpClickHouse icon indicating copy to clipboard operation
phpClickHouse copied to clipboard

Fix getTimeout method return type

Open antonkomarev opened this issue 1 year ago • 0 comments

Fixing return type in DocBlock.

Checked code deeper:

public function getTimeOut(): int
{
    return intval($this->get('max_execution_time'));
}

antonkomarev avatar Mar 10 '24 08:03 antonkomarev