1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-30 08:28:20 +01:00

Mark "arcanist.projectinfo" as deprecated

Summary: Ref T7604. Mark the `arcanist.projectinfo` #conduit method as deprecated.

Test Plan: Went to the `/config/issue/` page and saw the `Deprecated Conduit Method "arcanist.projectinfo" In Use` setup issue.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T7604

Differential Revision: https://secure.phabricator.com/D12970
This commit is contained in:
Joshua Spence 2015-05-25 22:52:41 +10:00
parent be19b31a64
commit 0c967dd53d

View file

@ -7,8 +7,12 @@ final class ArcanistProjectInfoConduitAPIMethod
return 'arcanist.projectinfo';
}
public function getMethodStatus() {
return self::METHOD_STATUS_DEPRECATED;
}
public function getMethodDescription() {
return pht('Get information about Arcanist projects.');
return pht('Arcanist projects are deprecated.');
}
protected function defineParamTypes() {