Fix visibility of PhutilArgumentWorkflow::didConstruct methods

Summary: Ref T6822.

Test Plan: `grep`. This method is only called from within `PhutilArgumentWorkflow::__construct`.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin, epriestley

Maniphest Tasks: T6822

Differential Revision: https://secure.phabricator.com/D11415
This commit is contained in:
Joshua Spence
2015-01-16 07:42:07 +11:00
parent c2ac63e9ad
commit daadf95537
72 changed files with 72 additions and 72 deletions

View File

@@ -2,7 +2,7 @@
final class DiffusionGitReceivePackSSHWorkflow extends DiffusionGitSSHWorkflow {
public function didConstruct() {
protected function didConstruct() {
$this->setName('git-receive-pack');
$this->setArguments(
array(