Skip to content

v1.17.1: Update RawColumn.php (#22)

Compare
Choose a tag to compare
@glushkovds glushkovds released this 18 Apr 14:31
· 27 commits to master since this release
ad456b4
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."