From: Alexandre Emsenhuber Date: Sat, 10 Jul 2010 21:20:50 +0000 (+0000) Subject: Fixed some doxygen warnings X-Git-Tag: 1.31.0-rc.0~36169 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=ac0dece3664106f4f690951dd38a12fe96c5f1a3;p=lhc%2Fweb%2Fwiklou.git Fixed some doxygen warnings --- 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 ) )