ScottHuangZL / yii2-google-chart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace array() with []

arogachev opened this issue · comments

Since Yii 2 requires PHP >= 5.4 I think it's better replace array() declaration with shorter option [].

Thanks for your comment. It is ok to use both array() or [].