Applied various linter fixes.

Summary: Applied some more linter fixes that I previously missed because my global `arc` install was out-of-date.

Test Plan: Will run `arc unit` on another host.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9443
This commit is contained in:
Joshua Spence
2014-06-09 16:03:58 -07:00
committed by epriestley
parent 7f1c07973d
commit d0128afa29
44 changed files with 83 additions and 86 deletions

View File

@@ -70,7 +70,7 @@ final class PhabricatorDashboardViewController
'yet. Use %s to add panels.',
phutil_tag(
'a',
array('href'=>$manage_uri),
array('href' => $manage_uri),
pht('Manage Dashboard'))));
}