1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +01:00

Disable the deprecated calls setup check until we remedy upstream calls

This commit is contained in:
epriestley 2015-02-02 14:27:02 -08:00
parent bd905352f5
commit 55c00ebfa1

View file

@ -3,6 +3,10 @@
final class ConduitDeprecatedCallSetupCheck extends PhabricatorSetupCheck {
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())
->setViewer(PhabricatorUser::getOmnipotentUser())
->withIsDeprecated(true)