From f7ab1b9ee36ba3e72a0b9afc4c2f8ff5e2e62882 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 7 Oct 2016 10:59:59 -0700 Subject: [PATCH] Fix some LBFactory return type docs Change-Id: Ie283c5bf6ca8c67be9c116b0a7065b0844cb76da --- includes/libs/rdbms/lbfactory/LBFactory.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ); -- 2.20.1