Merge "GlobalFunctions: Version for hard & soft deprecation must match"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 9 May 2019 19:11:39 +0000 (19:11 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 9 May 2019 19:11:39 +0000 (19:11 +0000)
includes/GlobalFunctions.php

index 66a4d9a..486dfe4 100644 (file)
@@ -2627,7 +2627,7 @@ function wfGetLB( $wiki = false ) {
  * @return \Wikimedia\Rdbms\LBFactory
  */
 function wfGetLBFactory() {
-       wfDeprecated( __METHOD__, '1.34' );
+       wfDeprecated( __METHOD__, '1.27' );
        return MediaWikiServices::getInstance()->getDBLoadBalancerFactory();
 }