Preferences: Use mediawiki.confirmCloseWindow module
[lhc/web/wiklou.git] / maintenance / deleteArchivedRevisions.inc
index 414d41a..ed620ee 100644 (file)
@@ -30,13 +30,12 @@ class DeleteArchivedRevisionsImplementation {
 
        /**
         * Perform the delete on archived revisions.
-
-        * @param $maint Object An object (typically of class Maintenance)
+        * @param object $maint An object (typically of class Maintenance)
         * that implements two methods: handleOutput() and
         * purgeRedundantText().  See Maintenance for a description of
         * those methods.
         */
-       static public function doDelete( $maint ) {
+       public static function doDelete( $maint ) {
                $dbw = wfGetDB( DB_MASTER );
 
                $dbw->begin( __METHOD__ );