Apply lint rules to Phabricator
Summary: Mostly applies a new call spacing rule; also a few things that have slipped through via pull requests and such Test Plan: `find src/ -type f -name '*.php' | xargs -n16 arc lint --output summary --apply-patches` Reviewers: chad Reviewed By: chad CC: aran Differential Revision: https://secure.phabricator.com/D5002
This commit is contained in:
@@ -157,16 +157,14 @@ final class DifferentialRevisionViewController extends DifferentialController {
|
||||
'p',
|
||||
array(),
|
||||
pht('All specified reviewers are disabled and this revision '.
|
||||
'needs review. You may want to add some new reviewers.')
|
||||
));
|
||||
'needs review. You may want to add some new reviewers.')));
|
||||
} else {
|
||||
$reviewer_warning->appendChild(
|
||||
phutil_tag(
|
||||
'p',
|
||||
array(),
|
||||
pht('This revision has no specified reviewers and needs '.
|
||||
'review. You may want to add some reviewers.')
|
||||
));
|
||||
'review. You may want to add some reviewers.')));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user