fix some issues with phpdoc
[lhc/web/wiklou.git] / maintenance / cleanupDupes.php
index ed2e472..85c5d1b 100644 (file)
 
 $options = array( 'fix', 'index' );
 
-require_once( "commandLine.inc" );
+/** */
+require_once( 'commandLine.inc' );
 require_once( 'cleanupDupes.inc' );
-$wgTitle = Title::newFromText( "Dupe cur entry cleanup script" );
+$wgTitle = Title::newFromText( 'Dupe cur entry cleanup script' );
 
 checkDupes( isset( $options['fix'] ), isset( $options['index'] ) );
 
-?>
\ No newline at end of file
+?>