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

Remove DisallowShortArraySyntax in version 3 #211

Closed photodude closed 6 years ago

photodude commented 6 years ago

Since version 3 of the code style is PHP5.4+ we do not need to exclude the use of short array syntax as we are not supporting PHP 5.3 with version 3. In the future, we may enforce DisallowLongArraySyntax, but for now version 3 should allow both.