From c4e8334285ad79e25b451111334c3967dfed9764 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Thu, 27 Jan 2005 22:57:43 +0000 Subject: [PATCH] fix phpdoc comment --- maintenance/checktrans.php | 21 +++++++++++---------- maintenance/cleanupDupes.php | 7 ++++--- skins/MonoBook.php | 10 +++++++--- 3 files changed, 22 insertions(+), 16 deletions(-) diff --git a/maintenance/checktrans.php b/maintenance/checktrans.php index 172e1e43cc..76e63aab27 100644 --- a/maintenance/checktrans.php +++ b/maintenance/checktrans.php @@ -1,20 +1,22 @@ $msg ) { ++$total; @@ -25,5 +27,4 @@ foreach ( $wgAllMessagesEn as $code => $msg ) { } print "{$count} messages of {$total} not translated.\n"; - -?> +?> \ No newline at end of file diff --git a/maintenance/cleanupDupes.php b/maintenance/cleanupDupes.php index c4e41fa5a4..f75ea92415 100644 --- a/maintenance/cleanupDupes.php +++ b/maintenance/cleanupDupes.php @@ -21,14 +21,16 @@ * If on the old non-unique indexes, check the cur table for duplicate * entries and remove them... * + * @author * @package MediaWiki * @subpackage Maintenance */ $options = array( 'fix' ); -require_once( "commandLine.inc" ); -$wgTitle = Title::newFromText( "Dupe cur entry cleanup script" ); +/** */ +require_once( 'commandLine.inc' ); +$wgTitle = Title::newFromText( 'Dupe cur entry cleanup script' ); checkDupes( isset( $options['fix'] ) ); @@ -87,5 +89,4 @@ function checkDupes( $fixthem = false ) { fixDupes( $fixthem ); } } - ?> \ No newline at end of file diff --git a/skins/MonoBook.php b/skins/MonoBook.php index df08469889..3371322853 100644 --- a/skins/MonoBook.php +++ b/skins/MonoBook.php @@ -31,7 +31,12 @@ class SkinMonoBook extends SkinTemplate { $this->template = 'MonoBookTemplate'; } } - + +/** + * @todo document + * @package MediaWiki + * @subpackage Skins + */ class MonoBookTemplate extends QuickTemplate { /** * Template filter callback for MonoBook skin. @@ -200,5 +205,4 @@ class MonoBookTemplate extends QuickTemplate { +?> \ No newline at end of file -- 2.20.1