smi2 / phpClickHouse

php ClickHouse wrapper
MIT License
750 stars 139 forks source link

Fix getTimeout method return type #210

Closed antonkomarev closed 4 months ago

antonkomarev commented 8 months ago

Fixing return type in DocBlock.

Checked code deeper:

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