mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 22:10:55 +01:00
return this in DiffusionCommitQuery
Test Plan: chain another call after this Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D14364
This commit is contained in:
parent
526aa48f8b
commit
724f6ddda5
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ final class DiffusionCommitQuery
|
|||
*/
|
||||
public function withRepositoryPHIDs(array $phids) {
|
||||
$this->repositoryPHIDs = $phids;
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue