aboutsummaryrefslogtreecommitdiffstats
path: root/includes/cache/HTMLCacheUpdater.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/cache/HTMLCacheUpdater.php')
-rw-r--r--includes/cache/HTMLCacheUpdater.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/cache/HTMLCacheUpdater.php b/includes/cache/HTMLCacheUpdater.php
index 01fdbdbe1d0a..a306f9c369b6 100644
--- a/includes/cache/HTMLCacheUpdater.php
+++ b/includes/cache/HTMLCacheUpdater.php
@@ -257,5 +257,5 @@ class HTMLCacheUpdater {
}
}
-/** @deprecated since 1.42 */
+/** @deprecated class alias since 1.42 */
class_alias( HTMLCacheUpdater::class, 'HtmlCacheUpdater' );