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:
Joshua Spence
2015-08-08 10:19:44 +10:00
parent af71eba5cc
commit 79f2e81f38
8 changed files with 8 additions and 8 deletions
@@ -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();