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:
@@ -24,8 +24,7 @@ final class DiffusionCommitEditController extends DiffusionController {
|
||||
$edge_type = PhabricatorEdgeConfig::TYPE_COMMIT_HAS_PROJECT;
|
||||
$current_proj_phids = PhabricatorEdgeQuery::loadDestinationPHIDs(
|
||||
$commit_phid,
|
||||
$edge_type
|
||||
);
|
||||
$edge_type);
|
||||
$handles = $this->loadViewerHandles($current_proj_phids);
|
||||
$proj_t_values = mpull($handles, 'getFullName', 'getPHID');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user