mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 23:02:41 +01:00
Add typehint to setting workflow configuration
Test Plan: This diff. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4784
This commit is contained in:
parent
8374dbc4e3
commit
5d7c77da72
1 changed files with 3 additions and 1 deletions
|
@ -492,7 +492,9 @@ abstract class ArcanistBaseWorkflow extends Phobject {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public function setArcanistConfiguration($arcanist_configuration) {
|
public function setArcanistConfiguration(
|
||||||
|
ArcanistConfiguration $arcanist_configuration) {
|
||||||
|
|
||||||
$this->arcanistConfiguration = $arcanist_configuration;
|
$this->arcanistConfiguration = $arcanist_configuration;
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue