v1.17.1: Update RawColumn.php (#22)
Phpstan on 5 level give error, because in RawColumn DocBlock is inconsistent with parameters given when calling RawColumn class in code ex. new RawColumn("sspName", "ssp") cause this error: "Parameter #2 $alias of class PhpClickHouseLaravel\RawColumn constructor expects null, string given."