Page MenuHomePhabricator

Rename wfArrayToCGI to wfArrayToCgi for consistency with wfCgiToArray
Closed, ResolvedPublic

Description

Please make the casing of CGI in these function definitions and calls consistent. Don't forget GlobalTest.php either.


Version: 1.20.x
Severity: trivial

Details

Reference
bz36537

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 22 2014, 12:24 AM
bzimport set Reference to bz36537.

PHP does not care about case here, so one can just make the change now.

(In reply to comment #3)

Doesn't fix callers.

Gerrit change 46260