php - How to enforce long syntax for array declaration in phpstorm? -
php - How to enforce long syntax for array declaration in phpstorm? -
i quite used using short array syntax []
instead of longer 1 array()
. now, forced server environment using longer one.
phpstorm allows enforce shorter syntax arrays in code style > php > array declaration style > forcefulness short declaration style:
now, want accomplish reverse.
having automatically replaced preferred, help mark short declaration style error.
from project settings > php take php language level 5.3 , mark short array syntax error.
php arrays syntax phpstorm
Comments
Post a Comment