Preferences: Use mediawiki.confirmCloseWindow module
[lhc/web/wiklou.git] / maintenance / deleteArchivedRevisions.inc
index 62465ab..ed620ee 100644 (file)
@@ -30,7 +30,6 @@ class DeleteArchivedRevisionsImplementation {
 
        /**
         * Perform the delete on archived revisions.
-
         * @param object $maint An object (typically of class Maintenance)
         * that implements two methods: handleOutput() and
         * purgeRedundantText().  See Maintenance for a description of