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:
committed by
epriestley
parent
7f1c07973d
commit
d0128afa29
@@ -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'))));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user