From: Aaron Schulz Date: Fri, 7 Oct 2016 17:59:59 +0000 (-0700) Subject: Fix some LBFactory return type docs X-Git-Tag: 1.31.0-rc.0~5178 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=f7ab1b9ee36ba3e72a0b9afc4c2f8ff5e2e62882;p=lhc%2Fweb%2Fwiklou.git Fix some LBFactory return type docs Change-Id: Ie283c5bf6ca8c67be9c116b0a7065b0844cb76da --- diff --git a/includes/libs/rdbms/lbfactory/LBFactory.php b/includes/libs/rdbms/lbfactory/LBFactory.php index f5d57c4c0d..929bd4d4f1 100644 --- a/includes/libs/rdbms/lbfactory/LBFactory.php +++ b/includes/libs/rdbms/lbfactory/LBFactory.php @@ -145,7 +145,7 @@ abstract class LBFactory implements ILBFactory { /** * @see ILBFactory::getMainLB() * @param bool $domain - * @return mixed + * @return LoadBalancer */ abstract public function getMainLB( $domain = false ); @@ -161,7 +161,7 @@ abstract class LBFactory implements ILBFactory { * @see ILBFactory::getExternalLB() * @param string $cluster * @param bool $domain - * @return mixed + * @return LoadBalancer */ abstract public function getExternalLB( $cluster, $domain = false );