aboutsummaryrefslogtreecommitdiffstats
path: root/includes/site/HashSiteStore.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/site/HashSiteStore.php')
-rw-r--r--includes/site/HashSiteStore.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/includes/site/HashSiteStore.php b/includes/site/HashSiteStore.php
index b71b628f20a9..f2347c31b50c 100644
--- a/includes/site/HashSiteStore.php
+++ b/includes/site/HashSiteStore.php
@@ -110,7 +110,5 @@ class HashSiteStore implements SiteStore {
}
-/**
- * @deprecated since 1.42
- */
+/** @deprecated class alias since 1.41 */
class_alias( HashSiteStore::class, 'HashSiteStore' );