mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 21:32:43 +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:
parent
cea58de0ba
commit
67b32688c8
1 changed files with 1 additions and 2 deletions
|
@ -109,8 +109,7 @@ final class PhabricatorSettingsPanelAccount
|
||||||
"| `H:i` | 14:34 | 24-hour time. |\n".
|
"| `H:i` | 14:34 | 24-hour time. |\n".
|
||||||
"\n\n".
|
"\n\n".
|
||||||
"You can find a [[%s | full reference in the PHP manual]].",
|
"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(
|
->appendChild(
|
||||||
id(new AphrontFormTextControl())
|
id(new AphrontFormTextControl())
|
||||||
->setLabel(pht('Time-of-Day Format'))
|
->setLabel(pht('Time-of-Day Format'))
|
||||||
|
|
Loading…
Reference in a new issue