aboutsummaryrefslogtreecommitdiffstats
path: root/includes/config/EtcdConfig.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/config/EtcdConfig.php')
-rw-r--r--includes/config/EtcdConfig.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/config/EtcdConfig.php b/includes/config/EtcdConfig.php
index 52e776b7698b..e8fb6d3e7773 100644
--- a/includes/config/EtcdConfig.php
+++ b/includes/config/EtcdConfig.php
@@ -359,8 +359,5 @@ class EtcdConfig implements Config, LoggerAwareInterface {
}
}
-/**
- * Retain the old class name for backwards compatibility.
- * @deprecated since 1.41
- */
+/** @deprecated class alias since 1.41 */
class_alias( EtcdConfig::class, 'EtcdConfig' );