Fixup a couple of parameter documentation bits
authorSam Reed <reedy@users.mediawiki.org>
Fri, 11 Feb 2011 22:06:46 +0000 (22:06 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Fri, 11 Feb 2011 22:06:46 +0000 (22:06 +0000)
includes/Revision.php
includes/installer/DatabaseUpdater.php

index 9cc4935..f61b310 100644 (file)
@@ -152,7 +152,7 @@ class Revision {
         * WARNING: Timestamps may in some circumstances not be unique,
         * so this isn't the best key to use.
         *
-        * @param $db Database
+        * @param $db DatabaseBase
         * @param $title Title
         * @param $timestamp String
         * @return Revision or null
index 900dfeb..6ba2df3 100644 (file)
@@ -108,7 +108,7 @@ abstract class DatabaseUpdater {
        /**
         * Get a database connection to run updates
         *
-        * @return DatabaseBase object
+        * @return DatabaseBase
         */
        public function getDB() {
                return $this->db;