From 4a5298e6fd361d7f77b1c697a7fd29441966e3b5 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Thu, 3 Feb 2011 20:57:56 +0000 Subject: [PATCH] Fix return type documentation --- includes/installer/DatabaseInstaller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/DatabaseInstaller.php b/includes/installer/DatabaseInstaller.php index e71143f2ef..75a0e5bac8 100644 --- a/includes/installer/DatabaseInstaller.php +++ b/includes/installer/DatabaseInstaller.php @@ -119,7 +119,7 @@ abstract class DatabaseInstaller { * * This will return a cached connection if one is available. * - * @return DatabaseBase + * @return Status */ public function getConnection() { if ( $this->db ) { -- 2.20.1