Various linter fixes
Summary: Self-explanatory. Test Plan: Eyeball it. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D13808
This commit is contained in:
@@ -300,7 +300,7 @@ final class DiffusionCommitQuery
|
||||
$where = array();
|
||||
|
||||
if ($this->repositoryPHIDs !== null) {
|
||||
$map_repositories = id (new PhabricatorRepositoryQuery())
|
||||
$map_repositories = id(new PhabricatorRepositoryQuery())
|
||||
->setViewer($this->getViewer())
|
||||
->withPHIDs($this->repositoryPHIDs)
|
||||
->execute();
|
||||
|
||||
Reference in New Issue
Block a user