Fixed some doxygen warnings
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 10 Jul 2010 21:20:50 +0000 (21:20 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 10 Jul 2010 21:20:50 +0000 (21:20 +0000)
maintenance/Maintenance.php
maintenance/deleteOrphanedRevisions.php

index 75dd663..9a987bf 100644 (file)
@@ -195,7 +195,7 @@ abstract class Maintenance {
 
        /**
         * Return input from stdin.
-        * @param $length Integer: the number of bytes to read. If null,
+        * @param $len Integer: the number of bytes to read. If null,
         *        just return the handle. Maintenance::STDIN_ALL returns
         *        the full length
         * @return Mixed
index 23840ae..4986788 100644 (file)
@@ -76,7 +76,7 @@ class DeleteOrphanedRevisions extends Maintenance {
         * Do this inside a transaction
         *
         * @param $id Array of revision id values
-        * @param $db Database class (needs to be a master)
+        * @param $dbw Database class (needs to be a master)
         */
        private function deleteRevs( $id, &$dbw ) {
                if ( !is_array( $id ) )