From ac0dece3664106f4f690951dd38a12fe96c5f1a3 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 10 Jul 2010 21:20:50 +0000 Subject: [PATCH] Fixed some doxygen warnings --- maintenance/Maintenance.php | 2 +- maintenance/deleteOrphanedRevisions.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maintenance/Maintenance.php b/maintenance/Maintenance.php index 75dd663daf..9a987bfc1f 100644 --- a/maintenance/Maintenance.php +++ b/maintenance/Maintenance.php @@ -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 diff --git a/maintenance/deleteOrphanedRevisions.php b/maintenance/deleteOrphanedRevisions.php index 23840ae979..4986788e47 100644 --- a/maintenance/deleteOrphanedRevisions.php +++ b/maintenance/deleteOrphanedRevisions.php @@ -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 ) ) -- 2.20.1