From 67b32688c8fc19d6418ac82d26e98210be56ad12 Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Wed, 26 Feb 2014 12:49:32 -0800 Subject: [PATCH] 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 --- .../settings/panel/PhabricatorSettingsPanelAccount.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/applications/settings/panel/PhabricatorSettingsPanelAccount.php b/src/applications/settings/panel/PhabricatorSettingsPanelAccount.php index 0c291f2996..e4c29081b4 100644 --- a/src/applications/settings/panel/PhabricatorSettingsPanelAccount.php +++ b/src/applications/settings/panel/PhabricatorSettingsPanelAccount.php @@ -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'))