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:
parent
bd905352f5
commit
55c00ebfa1
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue