1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-19 13:22:42 +01:00

There should be no spaces before closing parenthesis in calls.

Summary: This currently raises a linter `XHP37` warning.

Test Plan: The file now lints okay.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley

CC: Korvin, epriestley, aran

Differential Revision: https://secure.phabricator.com/D8349
This commit is contained in:
Joshua Spence 2014-02-26 12:49:32 -08:00 committed by epriestley
parent cea58de0ba
commit 67b32688c8

View file

@ -109,8 +109,7 @@ final class PhabricatorSettingsPanelAccount
"| `H:i` | 14:34 | 24-hour time. |\n".
"\n\n".
"You can find a [[%s | full reference in the PHP manual]].",
"http://www.php.net/manual/en/function.date.php"
))
"http://www.php.net/manual/en/function.date.php"))
->appendChild(
id(new AphrontFormTextControl())
->setLabel(pht('Time-of-Day Format'))