Documentations!
authorSam Reed <reedy@users.mediawiki.org>
Tue, 14 Feb 2012 04:05:49 +0000 (04:05 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Tue, 14 Feb 2012 04:05:49 +0000 (04:05 +0000)
includes/db/Database.php
maintenance/populateRevisionSha1.php

index 7cc9328..896117b 100644 (file)
@@ -666,6 +666,8 @@ abstract class DatabaseBase implements DatabaseType {
         * @see ForeignDBRepo::getMasterDB()
         * @see WebInstaller_DBConnect::execute()
         *
+        * @since 1.18
+        *
         * @param $dbType String A possible DB type
         * @param $p Array An array of options to pass to the constructor.
         *    Valid options are: host, user, password, dbname, flags, tablePrefix
index 386a0a6..1e24e54 100644 (file)
@@ -54,6 +54,10 @@ class PopulateRevisionSha1 extends LoggedUpdateMaintenance {
        }
 
        /**
+        * @param $db DatabaseBase
+        * @param $table string
+        * @param $idCol
+        * @param $prefix string
         * @return Integer Rows changed
         */
        protected function doSha1Updates( $db, $table, $idCol, $prefix ) {