aboutsummaryrefslogtreecommitdiffstats
path: root/includes/config/Config.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/config/Config.php')
-rw-r--r--includes/config/Config.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/config/Config.php b/includes/config/Config.php
index 7464a2bdaa7a..1b5486272143 100644
--- a/includes/config/Config.php
+++ b/includes/config/Config.php
@@ -50,8 +50,5 @@ interface Config {
public function has( $name );
}
-/**
- * Retain the old class name for backwards compatibility.
- * @deprecated since 1.41
- */
+/** @deprecated class alias since 1.41 */
class_alias( Config::class, 'Config' );