Problem/Motivation
This module is using PHP short array syntax. This will cause syntax errors on anyone running Drupal 7 on a server with PHP version less than 5.4.
Proposed resolution
Remove short array syntax following the coding standard:
Short array syntax should not be used in Drupal 7.x or 6.x core or contributed modules.
- #2135291: [Policy, no patch] PHP 5.4 short array syntax coding standards for Drupal 8
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | remove_short_array-2876640-2.patch | 1.25 KB | yanniboi |
Comments
Comment #2
yanniboi commentedPatch attached:
Comment #3
gg24 commentedPatch works as expected.
Thanks @yanniboi!
Comment #5
gg24 commentedFixed.