1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-19 12:00:55 +01:00

Return the build from applyPlan instead of the plan

Summary: Nothing inside Phabricator uses the return value of this method, but returning the actual build instance is far more useful (for kicking off builds in an application and storing the build PHID against another object).

Test Plan: N/A

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9494
This commit is contained in:
James Rhodes 2014-06-11 20:02:10 -07:00 committed by epriestley
parent cbd95b91b5
commit 14198d62fb

View file

@ -123,7 +123,7 @@ final class HarbormasterBuildable extends HarbormasterDAO
'buildID' => $build->getID()
));
return $this;
return $build;
}
public function getConfiguration() {