joomla / coding-standards

Joomla Coding Standards Definition
https://developer.joomla.org/coding-standards/basic-guidelines.html
GNU General Public License v2.0
128 stars 129 forks source link

Propose [] over array() going forward from Joomla 4 #273

Closed PhilETaylor closed 2 years ago

PhilETaylor commented 3 years ago

Joomla 3 prefers array() to be backward compatibleto 5.3.10 (Short array syntax was introduced in PHP 5.4) and Joomla 4.0.0 onwards should use the [] Short array syntax by default.

HLeithner commented 2 years ago

Thanks