Fix return type documentation
authorSam Reed <reedy@users.mediawiki.org>
Thu, 3 Feb 2011 20:57:56 +0000 (20:57 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Thu, 3 Feb 2011 20:57:56 +0000 (20:57 +0000)
includes/installer/DatabaseInstaller.php

index e71143f..75a0e5b 100644 (file)
@@ -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 ) {