Preferences: Use mediawiki.confirmCloseWindow module
[lhc/web/wiklou.git] / maintenance / deleteArchivedRevisions.inc
index dd8e3dd..ed620ee 100644 (file)
@@ -30,8 +30,7 @@ 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.