1
0
Fork 0
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:
Aviv Eyal 2015-10-28 23:25:41 +00:00 committed by avivey
parent 526aa48f8b
commit 724f6ddda5

View file

@ -72,6 +72,7 @@ final class DiffusionCommitQuery
*/
public function withRepositoryPHIDs(array $phids) {
$this->repositoryPHIDs = $phids;
return $this;
}
/**