mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-19 03:01:11 +01:00
Re-enable the deprecated calls setup check
Summary: This reverts commit 55c00ebfa1
. T7111, T7112 and T7113 have all been resolved now.
Test Plan: Maybe wait a few more weeks... I just wanted to ensure that this wasn't forgotten.
Reviewers: btrahan, #blessed_reviewers, epriestley
Reviewed By: #blessed_reviewers, epriestley
Subscribers: Korvin, epriestley
Differential Revision: https://secure.phabricator.com/D11910
This commit is contained in:
parent
3250efa2af
commit
ec12b710aa
1 changed files with 0 additions and 4 deletions
|
@ -3,10 +3,6 @@
|
||||||
final class ConduitDeprecatedCallSetupCheck extends PhabricatorSetupCheck {
|
final class ConduitDeprecatedCallSetupCheck extends PhabricatorSetupCheck {
|
||||||
|
|
||||||
protected function executeChecks() {
|
protected function executeChecks() {
|
||||||
// NOTE: We still call deprecated methods, so don't enable this until at
|
|
||||||
// least 30 days after fixing T7111, T7112 and T7113.
|
|
||||||
return;
|
|
||||||
|
|
||||||
$methods = id(new PhabricatorConduitMethodQuery())
|
$methods = id(new PhabricatorConduitMethodQuery())
|
||||||
->setViewer(PhabricatorUser::getOmnipotentUser())
|
->setViewer(PhabricatorUser::getOmnipotentUser())
|
||||||
->withIsDeprecated(true)
|
->withIsDeprecated(true)
|
||||||
|
|
Loading…
Reference in a new issue