Page MenuHomePhabricator

Make PHPCS enforce old style arrays in PHPVersionCheck.php
Closed, ResolvedPublic

Description

For legacy reasons (and to try and keep it working on ooold PHP versions), we don't want PHPVersionCheck.php to use [] arrays, we want array()

Event Timeline

Reedy triaged this task as Lowest priority.Jan 30 2021, 12:23 AM

There is a sniff for this Generic.Arrays.DisallowShortArraySyntax.

Just need to enable/whatever

Change 660058 had a related patch set uploaded (by Reedy; owner: Reedy):
[mediawiki/core@master] PHPVersionCheck: phpcs:enable Generic.Arrays.DisallowShortArraySyntax

https://gerrit.wikimedia.org/r/660058

Change 660058 merged by jenkins-bot:
[mediawiki/core@master] PHPVersionCheck: Enable Generic.Arrays.DisallowShortArraySyntax

https://gerrit.wikimedia.org/r/660058

Reedy claimed this task.