aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/Parser.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/parser/Parser.php')
-rw-r--r--includes/parser/Parser.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php
index 6cd7af81e13f..9fd1e58607ff 100644
--- a/includes/parser/Parser.php
+++ b/includes/parser/Parser.php
@@ -6478,8 +6478,5 @@ class Parser {
}
}
-/**
- * Retain the old class name for backwards compatibility.
- * @deprecated since 1.41
- */
+/** @deprecated class alias since 1.41 */
class_alias( Parser::class, 'Parser' );